268{
269 spgConfigOut *
cfg = (spgConfigOut *)PG_GETARG_POINTER(1);
270 Oid boxoid = InvalidOid;
271 postgis_initialize_cache();
272 boxoid = postgis_oid(GIDXOID);
273
274 cfg->prefixType = boxoid;
275 cfg->labelType = VOIDOID;
276 cfg->leafType = boxoid;
277 cfg->canReturnData =
false;
278 cfg->longValuesOK =
false;
279
280 PG_RETURN_VOID();
281}