[postgis-tickets] r17291 - Specify it is the C function being deprecated (not SQL one)

Sandro Santilli strk at kbt.io
Wed Mar 6 02:14:00 PST 2019


Author: strk
Date: 2019-03-06 02:14:00 -0800 (Wed, 06 Mar 2019)
New Revision: 17291

Modified:
   trunk/postgis/postgis_legacy.c
Log:
Specify it is the C function being deprecated (not SQL one)

Modified: trunk/postgis/postgis_legacy.c
===================================================================
--- trunk/postgis/postgis_legacy.c	2019-03-06 10:13:03 UTC (rev 17290)
+++ trunk/postgis/postgis_legacy.c	2019-03-06 10:14:00 UTC (rev 17291)
@@ -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("C function %s is out of date since PostGIS %s, do you need to update procs ?", \
 				__func__, \
 				version))); \
 		PG_RETURN_POINTER(NULL); \



More information about the postgis-tickets mailing list