373{
374 spgConfigOut *
cfg = (spgConfigOut *)PG_GETARG_POINTER(1);
375
376 Oid boxoid = InvalidOid;
377
378 postgis_initialize_cache();
379 boxoid = postgis_oid(BOX3DOID);
380
381 cfg->prefixType = boxoid;
382 cfg->labelType = VOIDOID;
383 cfg->leafType = boxoid;
384 cfg->canReturnData =
false;
385 cfg->longValuesOK =
false;
386
387 PG_RETURN_VOID();
388}