[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-105-g5698f9b0b
git at osgeo.org
git at osgeo.org
Fri Sep 16 13:58:45 PDT 2022
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 5698f9b0b4565bb57cdc82b8f77a0120d380a9ba (commit)
from f717af8513ee12d2310ee92ee909d4401e6244b6 (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 5698f9b0b4565bb57cdc82b8f77a0120d380a9ba
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Sep 16 22:58:28 2022 +0200
Fix detection of templated upgrade, broken in 1fdafbffd
diff --git a/loader/postgis.pl b/loader/postgis.pl
index eb12e22e5..013d8c4ca 100644
--- a/loader/postgis.pl
+++ b/loader/postgis.pl
@@ -71,7 +71,7 @@ sub install_upgrade_from
#print " EXTENSION: [${extname}]\n";
die "File ${EXTDIR}/${extname}--TEMPLATED--TO--ANY.sql is missing"
- unless -f "${EXTDIR}/${extname}--TEMPLATED-TO-ANY.sql";
+ unless -f "${EXTDIR}/${extname}--TEMPLATED--TO--ANY.sql";
my $shcmd = "ln -fvs '${extname}--TEMPLATED--TO--ANY.sql' '${EXTDIR}/${extname}--${from}--ANY.sql'";
#print " CMD: ${shcmd}\n";
-----------------------------------------------------------------------
Summary of changes:
loader/postgis.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list