PostGIS  2.5.7dev-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.

180  {
181  if (NULL == request || !strlen(request))
182  return GDALVersionInfo("RELEASE_NAME");
183  else
184  return GDALVersionInfo(request);
185 }

Referenced by RASTER_gdal_version().

Here is the caller graph for this function: