Definition at line 267 of file gserialized_spgist_nd.c.
269 spgConfigOut *
cfg = (spgConfigOut *)PG_GETARG_POINTER(1);
270 Oid boxoid = InvalidOid;
271 postgis_initialize_cache(fcinfo);
272 boxoid = postgis_oid(GIDXOID);
274 cfg->prefixType = boxoid;
275 cfg->labelType = VOIDOID;
276 cfg->leafType = boxoid;
277 cfg->canReturnData =
false;
278 cfg->longValuesOK =
false;
References rtgdalraster::cfg.