[SCM] PostGIS branch stable-3.3 updated. 3.3.10-67-g8e49a35f6

git at osgeo.org git at osgeo.org
Sun Jul 19 04:28:41 PDT 2026


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.3 has been updated
       via  8e49a35f65acf8decad125dfb9f214b559293b09 (commit)
       via  b864a6b67bd59fb87db16bede867b33c33b9b846 (commit)
      from  4fd8c0d8bb0809d8fb7606374be0333ea36b81b3 (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 8e49a35f65acf8decad125dfb9f214b559293b09
Merge: 4fd8c0d8b b864a6b67
Author: Darafei Praliaskouski <komzpa at gmail.com>
Date:   Sun Jul 19 04:28:39 2026 -0700

    Merge pull request 'upgrade: make cleanup hook table drop idempotent' (!393) from Komzpa/postgis:ci/upgrade-hook-idempotent-3.3 into stable-3.3
    
    Reviewed-on: https://gitea.osgeo.org/postgis/postgis/pulls/393


commit b864a6b67bd59fb87db16bede867b33c33b9b846
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Sun Jul 19 02:44:41 2026 +0400

    Make upgrade hook cleanup idempotent

diff --git a/regress/hooks/hook-after-upgrade.sql b/regress/hooks/hook-after-upgrade.sql
index 51faf3ef5..1a0886233 100644
--- a/regress/hooks/hook-after-upgrade.sql
+++ b/regress/hooks/hook-after-upgrade.sql
@@ -7,7 +7,7 @@ DROP VIEW IF EXISTS upgrade_view_test_askml;
 DROP VIEW IF EXISTS upgrade_view_test_dwithin;
 DROP VIEW IF EXISTS upgrade_view_test_clusterkmeans;
 DROP VIEW IF EXISTS upgrade_view_test_distance;
-DROP TABLE upgrade_test;
+DROP TABLE IF EXISTS upgrade_test;
 
 -- Drop functions deprecated on upgrade
 DROP FUNCTION IF EXISTS st_force3dz_deprecated_by_postgis_301(geometry);

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

Summary of changes:
 regress/hooks/hook-after-upgrade.sql | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list