[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc1-4-ga903b04e3
git at osgeo.org
git at osgeo.org
Fri Aug 12 10:05:27 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 a903b04e3eee109e7a6d6ea44e12583429f4dd28 (commit)
from 755e8114efee5e5e9999dcaa99c48a812beb708a (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 a903b04e3eee109e7a6d6ea44e12583429f4dd28
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Aug 12 18:55:50 2022 +0200
Survive upgrades adding views and tables
Closes #5187 in master branch (3.3.0dev)
diff --git a/utils/create_unpackaged.pl b/utils/create_unpackaged.pl
index b17de87f7..75c40a1fa 100755
--- a/utils/create_unpackaged.pl
+++ b/utils/create_unpackaged.pl
@@ -162,6 +162,7 @@ WHEN object_not_in_prerequisite_state THEN
END IF;
WHEN
undefined_function OR
+ undefined_table OR
undefined_object
-- TODO: handle more exceptions ?
THEN
-----------------------------------------------------------------------
Summary of changes:
utils/create_unpackaged.pl | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list