PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ postgis_autocache_bbox()

Datum postgis_autocache_bbox ( PG_FUNCTION_ARGS  )

Definition at line 215 of file lwgeom_functions_basic.c.

References FALSE, PG_FUNCTION_INFO_V1(), postgis_libxml_version(), and TRUE.

Referenced by postgis_uses_stats().

216 {
217 #ifdef POSTGIS_AUTOCACHE_BBOX
218  PG_RETURN_BOOL(TRUE);
219 #else
220  PG_RETURN_BOOL(FALSE);
221 #endif
222 }
#define FALSE
Definition: dbfopen.c:168
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: