PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ postgis_lib_build_date()

Datum postgis_lib_build_date ( PG_FUNCTION_ARGS  )

Definition at line 213 of file lwgeom_functions_basic.c.

214 {
215  char *ver = POSTGIS_BUILD_DATE;
216  text *result = cstring_to_text(ver);
217  PG_RETURN_TEXT_P(result);
218 }
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition: cu_print.c:262

References result.