[SCM] PostGIS branch master updated. 3.5.0-18-gb0f0182dc
git at osgeo.org
git at osgeo.org
Wed Oct 9 17:16:13 PDT 2024
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".
The branch, master has been updated
via b0f0182dc0a8157e2da3d411165eac0113631799 (commit)
from a30c3f56873733fda406f7868f425476236f7496 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b0f0182dc0a8157e2da3d411165eac0113631799
Author: Regina Obe <lr at pcorp.us>
Date: Wed Oct 9 20:15:40 2024 -0400
Closes #5791 for PostGIS 3.6.0
diff --git a/postgis/postgis_legacy.c b/postgis/postgis_legacy.c
index 134cb2876..7661d17e6 100644
--- a/postgis/postgis_legacy.c
+++ b/postgis/postgis_legacy.c
@@ -103,3 +103,8 @@ POSTGIS_DEPRECATE("3.1.0", postgis_sfcgal_noop)
POSTGIS_DEPRECATE("3.1.0", LWGEOM_locate_between_m)
POSTGIS_DEPRECATE("3.1.0", postgis_svn_version)
POSTGIS_DEPRECATE("3.3.0", pgis_geometry_union_finalfn)
+
+/**START: Removal of transactin lock feature **/
+POSTGIS_DEPRECATE("3.5.0", check_authorization)
+POSTGIS_DEPRECATE("3.5.0", getTransactionID)
+/**End: Remoal of transaction lock feature */
-----------------------------------------------------------------------
Summary of changes:
postgis/postgis_legacy.c | 5 +++++
1 file changed, 5 insertions(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list