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

◆ postgis_wagyu_version()

Datum postgis_wagyu_version ( PG_FUNCTION_ARGS  )

Definition at line 24 of file postgis_libprotobuf.c.

25{
26#ifndef HAVE_LIBPROTOBUF
27 PG_RETURN_NULL();
28#else /* HAVE_LIBPROTOBUF */
29 const char *ver = libwagyu_version();
30 text *result = cstring_to_text(ver);
31 PG_RETURN_POINTER(result);
32#endif
33}
char result[OUT_DOUBLE_BUFFER_SIZE]
Definition cu_print.c:267

References result.