PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ RASTER_lib_build_date()

Datum RASTER_lib_build_date ( PG_FUNCTION_ARGS  )

Definition at line 58 of file rtpg_utility.c.

References PG_FUNCTION_INFO_V1(), and RASTER_gdal_version().

Referenced by RASTER_lib_version().

59 {
60  char *ver = POSTGIS_BUILD_DATE;
61  text *result;
62  result = palloc(VARHDRSZ + strlen(ver));
63  SET_VARSIZE(result, VARHDRSZ + strlen(ver));
64  memcpy(VARDATA(result), ver, strlen(ver));
65  PG_RETURN_POINTER(result);
66 }
Here is the call graph for this function:
Here is the caller graph for this function: