From 904d89daaf5aed0c1cd40efbf1a1e56813bbbc1c Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Wed, 6 Mar 2019 10:08:49 +0000 Subject: [PATCH] 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 --- postgis/postgis_legacy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); \ -- 2.40.0