[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-615-g9f184d5d2

git at osgeo.org git at osgeo.org
Fri Sep 22 03:48:03 PDT 2023


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  9f184d5d282eba407a8b7f6a7b5c120f5ee74b40 (commit)
      from  0b2ba5fd4e0e348f40635fa7c70711f615fa7d19 (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 9f184d5d282eba407a8b7f6a7b5c120f5ee74b40
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Sep 22 12:46:51 2023 +0200

    Fix the instructions to get old TopoGeometry inequality behaviour
    
    References #5546

diff --git a/NEWS b/NEWS
index b78157988..71ae58d26 100644
--- a/NEWS
+++ b/NEWS
@@ -3,8 +3,14 @@ xxxx/xx/xx
 
 * Breaking Changes *
 
-  - #5546, TopoGeometry <> TopoGeometry is now ambiguous, replace with
-           tg1::int[] <> tg2::int[] to get older behavior
+  - #5546, TopoGeometry <> TopoGeometry is now ambiguous, to get
+           the old behaviour, assuming your TopoGeometry objects
+           are named tg1 and tg2, use: (
+              id(tg1) <> id(tg2) OR
+              topology_id(tg1) <> topology_id(tg2) OR
+              layer_id(tg1) <> layer_id(tg2) OR
+              type(tg1) <> type(tg2)
+           )
   - #5536, comments are not anymore included in PostGIS extensions
   - xmllint is now required to build comments and documentation
   - DocBook5 XSL is now required to build html documentation

-----------------------------------------------------------------------

Summary of changes:
 NEWS | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list