Definition at line 116 of file lwgeom_backend_api.c.
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')",
struct lwgeom_backend_definition lwgeom_backends[LWGEOM_NUM_BACKENDS]
char * lwgeom_backend_name
static void lwgeom_backend_switch(const char *newvalue, __attribute__((__unused__)) void *extra)
References lwgeom_backend_name, lwgeom_backend_switch(), lwgeom_backends, and lwgeom_backend_definition::name.
Referenced by _PG_init().