PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ rt_util_gdal_version()

const char* rt_util_gdal_version ( const char *  request)

Definition at line 180 of file rt_util.c.

Referenced by RASTER_gdal_version().

180  {
181  if (NULL == request || !strlen(request))
182  return GDALVersionInfo("RELEASE_NAME");
183  else
184  return GDALVersionInfo(request);
185 }
Here is the caller graph for this function: