]> granicus.if.org Git - postgis/commitdiff
Specify it is the C function being deprecated (not SQL one)
authorSandro Santilli <strk@kbt.io>
Wed, 6 Mar 2019 10:14:00 +0000 (10:14 +0000)
committerSandro Santilli <strk@kbt.io>
Wed, 6 Mar 2019 10:14:00 +0000 (10:14 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17291 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis_legacy.c

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