From: Sandro Santilli Date: Wed, 6 Mar 2019 10:08:49 +0000 (+0000) Subject: Tweak C signature deprecation error X-Git-Tag: 3.0.0alpha1~121 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=904d89daaf5aed0c1cd40efbf1a1e56813bbbc1c;p=postgis Tweak C signature deprecation error Drop assumptions about installation being based on extension git-svn-id: http://svn.osgeo.org/postgis/trunk@17289 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/postgis_legacy.c b/postgis/postgis_legacy.c index 5bfd59ed2..35702948c 100644 --- a/postgis/postgis_legacy.c +++ b/postgis/postgis_legacy.c @@ -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); \