]> granicus.if.org Git - postgis/commitdiff
Back out unique callback name change (#3429)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 26 Feb 2016 09:53:09 +0000 (09:53 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 26 Feb 2016 09:53:09 +0000 (09:53 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@14701 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis.c

index 0d954621bb80b46fe4ee841e8a3f9ec470888224..ffad1e1aa548a467c8cd17274823e710464f3f56 100644 (file)
@@ -272,7 +272,7 @@ rtpg_assignHookGDALDataPath(const char *newpath, void *extra) {
 
 /* postgis.gdal_enabled_drivers */
 static void
-rtpg_assignHookGDALEnabledDrivers23(const char *enabled_drivers, void *extra) {
+rtpg_assignHookGDALEnabledDrivers(const char *enabled_drivers, void *extra) {
        int enable_all = 0;
        int disable_all = 0;
 
@@ -522,7 +522,7 @@ _PG_init(void) {
 #if POSTGIS_PGSQL_VERSION >= 91
                        NULL, /* GucStringCheckHook check_hook */
 #endif
-                       rtpg_assignHookGDALEnabledDrivers23, /* GucStringAssignHook assign_hook */
+                       rtpg_assignHookGDALEnabledDrivers, /* GucStringAssignHook assign_hook */
                        NULL  /* GucShowHook show_hook */
                );
        }