]> granicus.if.org Git - postgis/commitdiff
Tweak C signature deprecation error
authorSandro Santilli <strk@kbt.io>
Wed, 6 Mar 2019 10:08:49 +0000 (10:08 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 6 Mar 2019 10:08:49 +0000 (10:08 +0000)
Drop assumptions about installation being based on extension

git-svn-id: http://svn.osgeo.org/postgis/trunk@17289 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis_legacy.c

index 5bfd59ed2a07aaa664b6fe7bc3b6b4f6184a6d1f..35702948ca888aa7aa68e2c614eae15fd17f5ac1 100644 (file)
@@ -43,7 +43,7 @@
        { \
                ereport(ERROR, \
                        (errcode(ERRCODE_FEATURE_NOT_SUPPORTED), \
-                        errmsg("function %s is out of date since PostGIS %s. Run: ALTER EXTENSION postgis UPDATE;", \
+                        errmsg("function %s is out of date since PostGIS %s, do you need to update procs ?", \
                                __func__, \
                                version))); \
                PG_RETURN_POINTER(NULL); \