[postgis-tickets] r17123 - Add in legacy stub for LWGEOMFromWKB which was removed in PostGIS 2.1 (this will allow 2.1 users to symlink to a 3.0 hopefully) and upgrade

Regina Obe lr at pcorp.us
Fri Dec 28 10:58:01 PST 2018


Author: robe
Date: 2018-12-28 10:58:00 -0800 (Fri, 28 Dec 2018)
New Revision: 17123

Modified:
   trunk/postgis/postgis_legacy.c
Log:
Add in legacy stub for LWGEOMFromWKB which was removed in PostGIS 2.1 (this will allow 2.1 users to symlink to a 3.0 hopefully) and upgrade

Modified: trunk/postgis/postgis_legacy.c
===================================================================
--- trunk/postgis/postgis_legacy.c	2018-12-27 17:20:49 UTC (rev 17122)
+++ trunk/postgis/postgis_legacy.c	2018-12-28 18:58:00 UTC (rev 17123)
@@ -49,6 +49,7 @@
 		PG_RETURN_POINTER(NULL); \
 	}
 
+POSTGIS_DEPRECATE("2.2.0", LWGEOMFromWKB);
 POSTGIS_DEPRECATE("2.5.0", pgis_abs_in);
 POSTGIS_DEPRECATE("2.5.0", pgis_abs_out);
 POSTGIS_DEPRECATE("3.0.0", area);



More information about the postgis-tickets mailing list