PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ postgis_geos_compiled_version()

Datum postgis_geos_compiled_version ( PG_FUNCTION_ARGS  )

Definition at line 100 of file postgis/lwgeom_geos.c.

101{
102 const char *ver = lwgeom_geos_compiled_version();
103 text *result = cstring_to_text(ver);
104 PG_RETURN_POINTER(result);
105}
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition cu_print.c:267
const char * lwgeom_geos_compiled_version(void)

References lwgeom_geos_compiled_version(), and result.

Here is the call graph for this function: