[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.8-6-g62a9a429f
git at osgeo.org
git at osgeo.org
Mon Feb 20 03:03:27 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.0 has been updated
via 62a9a429f2b24b29c2230e6179e80f8015dce6e1 (commit)
from 8b6d76afb78f5b74d870435a670018e65ef0fea9 (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 62a9a429f2b24b29c2230e6179e80f8015dce6e1
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
Closes #5344 in stable-3.0 branch (3.0.9dev)
diff --git a/NEWS b/NEWS
index 74677ee5d..b0be3c875 100644
--- a/NEWS
+++ b/NEWS
@@ -3,9 +3,10 @@ xxxx/xx/xx
* Bug Fixes *
- #5338, Dump/Restore of raster table fails on
- enforce_coverage_tile_rast constraint (Regina Obe)
+ enforce_coverage_tile_rast constraint (Regina Obe)
- #5315, #5319, #5320, #5342 crashes on infinite coordinates
- (Regina Obe, Paul Ramsey):
+ (Regina Obe, Paul Ramsey)
+ - #5344, Include topology id sequence state in dumps (Sandro Santilli)
PostGIS 3.0.8
2022/11/11
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 | 5 +++--
extensions/postgis_topology/sql_bits/mark_editable_objects.sql.in | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list