[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-639-g9dec1cfef

git at osgeo.org git at osgeo.org
Sun Feb 19 16:40:50 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, master has been updated
       via  9dec1cfef08480758b2647c631d3877a3dc15983 (commit)
      from  1cdfe9fa401d65b839dbf2d131cd3bf92e12deef (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 9dec1cfef08480758b2647c631d3877a3dc15983
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 master branch (3.4.0dev)

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:
 extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list