PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
postgis_autocache_bbox()
Datum postgis_autocache_bbox
(
PG_FUNCTION_ARGS
)
Definition at line
219
of file
lwgeom_functions_basic.c
.
220
{
221
#ifdef POSTGIS_AUTOCACHE_BBOX
222
PG_RETURN_BOOL(
true
);
223
#else
224
PG_RETURN_BOOL(
false
);
225
#endif
226
}
postgis
lwgeom_functions_basic.c
Generated by
1.9.1