[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-628-g9727ccf66
git at osgeo.org
git at osgeo.org
Thu Feb 16 11:44:29 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 9727ccf66a385a962e8abdb61384a2c6591f4399 (commit)
from 3e176166f46f43c9704936013b330e0586f20844 (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 9727ccf66a385a962e8abdb61384a2c6591f4399
Author: Sandro Santilli <strk at kbt.io>
Date: Thu Feb 16 20:44:06 2023 +0100
postgis_restore.pl: do not skip layer and topology tabledata and sequences
Fixes #5339
diff --git a/utils/postgis_restore.pl.in b/utils/postgis_restore.pl.in
index 314d825d8..253c327aa 100644
--- a/utils/postgis_restore.pl.in
+++ b/utils/postgis_restore.pl.in
@@ -392,6 +392,7 @@ sub linesignature {
$line =~ s/TABLE DATA/TABLEDATA/;
$line =~ s/SHELL TYPE/SHELLTYPE/;
$line =~ s/PROCEDURAL LANGUAGE/PROCEDURALLANGUAGE/;
+ $line =~ s/SEQUENCE SET/SEQUENCE_SET/;
if( $line =~ /^(\d+)\; (\d+) (\d+) FK (\w+) (\w+) (.*) (\w*)/ ) {
$sig = "FK " . $4 . " " . $6;
@@ -2804,9 +2805,7 @@ SHELLTYPE geometry
SHELLTYPE gidx
SHELLTYPE raster
SHELLTYPE spheroid
-TABLEDATA layer
TABLEDATA spatial_ref_sys
-TABLEDATA topology
TABLE layer
TABLE spatial_ref_sys
TABLE topology
-----------------------------------------------------------------------
Summary of changes:
utils/postgis_restore.pl.in | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list