PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ rt_util_gdal_version()

const char* rt_util_gdal_version ( const char *  request)

Definition at line 183 of file rt_util.c.

183  {
184  if (NULL == request || !strlen(request))
185  return GDALVersionInfo("RELEASE_NAME");
186  else
187  return GDALVersionInfo(request);
188 }

Referenced by RASTER_gdal_version().

Here is the caller graph for this function: