[postgis-tickets] [SCM] PostGIS branch stable-3.1 updated. 3.1.8-6-ga59282193

git at osgeo.org git at osgeo.org
Mon Feb 20 02:58:52 PST 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, stable-3.1 has been updated
       via  a59282193834c36b346614238ae64c84ef6780c3 (commit)
      from  5b6b96456f3c4259d303437f2a55b87bbbd0b444 (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 a59282193834c36b346614238ae64c84ef6780c3
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Feb 20 01:38:12 2023 +0100

    Mark topology.topology_id_seq as a user data
    
    References #5344 in stable-3.1 branch (3.1.9dev)

diff --git a/NEWS b/NEWS
index 66f5952f1..e5e2c5fe9 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ xxxx/xx/xx
            enforce_coverage_tile_rast constraint (Regina Obe)
   - #5315, #5318, #5319, #5320, #5342 crashes on infinite coordinates
           (Regina Obe, Paul Ramsey)
+  - #5344, Include topology id sequence state in dumps (Sandro Santilli)
 
 PostGIS 3.1.8
 2022/11/12
diff --git a/extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in b/extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in
index ffc5c477f..b25e5b713 100644
--- a/extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in
+++ b/extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in
@@ -1,2 +1,3 @@
+SELECT pg_catalog.pg_extension_config_dump('topology.topology_id_seq', '');
 SELECT pg_catalog.pg_extension_config_dump('topology.topology', '');
 SELECT pg_catalog.pg_extension_config_dump('topology.layer', '');

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

Summary of changes:
 NEWS                                                              | 1 +
 extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in | 1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list