[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0-689-g7c41f34c6

git at osgeo.org git at osgeo.org
Thu Mar 31 09:11:25 PDT 2022


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  7c41f34c6d6e1e8f39dd161ad229cc9a15931756 (commit)
      from  d45a98203641e8f066929dd2126176f9bd19ca6b (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 7c41f34c6d6e1e8f39dd161ad229cc9a15931756
Author: Sandro Santilli <strk at kbt.io>
Date:   Thu Mar 31 18:10:01 2022 +0200

    Fix syntax in CreateTopology SQL code
    
    It looks like it was broken in 6893c5422 but it looks like our
    bots were mostly happy with it (my PostgreSQL 13 isn't)

diff --git a/topology/sql/manage/CreateTopology.sql.in b/topology/sql/manage/CreateTopology.sql.in
index afc637a5d..a637e5487 100644
--- a/topology/sql/manage/CreateTopology.sql.in
+++ b/topology/sql/manage/CreateTopology.sql.in
@@ -133,7 +133,7 @@ BEGIN
 
         CONSTRAINT next_right_edge_exists
           FOREIGN KEY(abs_next_right_edge)
-          REFERENCES %1$I .edge_data(edge_id)
+          REFERENCES %1$I.edge_data(edge_id)
           DEFERRABLE INITIALLY DEFERRED
       );
 

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

Summary of changes:
 topology/sql/manage/CreateTopology.sql.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list