Definition at line 116 of file lwgeom_backend_api.c.
References intersects(), lwgeom_backend_name, lwgeom_backend_switch(), lwgeom_backend_definition::name, and PG_FUNCTION_INFO_V1().
Referenced by _PG_init().
123 static const char *guc_name =
"postgis.backend";
131 if ( postgis_guc_find_option(guc_name) )
136 elog(WARNING,
"'%s' is already set and cannot be changed until you reconnect", guc_name);
142 DefineCustomStringVariable( guc_name,
143 "Sets the PostGIS Geometry Backend.",
144 "Sets the PostGIS Geometry Backend (allowed values are 'geos' or 'sfcgal')",
char * lwgeom_backend_name
static void lwgeom_backend_switch(const char *newvalue, void *extra)
struct lwgeom_backend_definition lwgeom_backends[LWGEOM_NUM_BACKENDS]