[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-28-gf23f6b7d9
git at osgeo.org
git at osgeo.org
Mon Feb 20 02:05: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, stable-3.3 has been updated
via f23f6b7d9486b1583b7414d40b68f6438dc23dee (commit)
from 01d1bf3c2ec6a01a324da951da8a825c84e4097f (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 f23f6b7d9486b1583b7414d40b68f6438dc23dee
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.3 branch (3.3.3dev)
diff --git a/NEWS b/NEWS
index 1806dea92..460f196d9 100644
--- a/NEWS
+++ b/NEWS
@@ -17,6 +17,7 @@ YYYY/MM/DD
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.3.2
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