[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta2-23-g6f3c183e6

git at osgeo.org git at osgeo.org
Fri Jul 29 00:04:52 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  6f3c183e6f81e2c823235d26929166deb2c982d8 (commit)
      from  322daf2ad0ad0ffe8fe250a572fe495235649500 (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 6f3c183e6f81e2c823235d26929166deb2c982d8
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Jul 29 08:58:16 2022 +0200

    Fix syntax

diff --git a/utils/create_unpackaged.pl b/utils/create_unpackaged.pl
index d884d76e7..b17de87f7 100755
--- a/utils/create_unpackaged.pl
+++ b/utils/create_unpackaged.pl
@@ -161,7 +161,7 @@ WHEN object_not_in_prerequisite_state THEN
     RAISE EXCEPTION '%', SQLERRM;
   END IF;
 WHEN
-	undefined_function
+	undefined_function OR
 	undefined_object
 	-- TODO: handle more exceptions ?
 THEN

-----------------------------------------------------------------------

Summary of changes:
 utils/create_unpackaged.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list