[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-683-gd048d7448

git at osgeo.org git at osgeo.org
Tue Mar 7 01:48:44 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  d048d7448e2735a34b1c813d2f04fd9c0ec5f0e0 (commit)
      from  18feccc09c64a72006c7ba09c5c9231defbdef79 (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 d048d7448e2735a34b1c813d2f04fd9c0ec5f0e0
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Mar 7 10:47:19 2023 +0100

    [debbie] Do not set POSTGRES_REGRESS_DB and do not pre-drop it
    
    The core scripts already add the version suffix (from 3.3) and
    already pre-drop the regress db (at least from 2.5)

diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index d05e0548f..1aae9dd54 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -37,9 +37,6 @@ export PGIS_REG_TMPDIR=${WORKSPACE}/tmp/${POSTGIS_MAJOR_VERSION}_${POSTGIS_MINOR
 #otherwise the attempt to drop the database, sometimes happens when pg is in middle of start
 for i in {0..60}; do psql -c 'select;' && break; sleep 0.5; done
 
-export POSTGIS_REGRESS_DB="postgis_reg" # FIXME: tweak to avoid clashes
-psql -c "DROP DATABASE IF EXISTS $POSTGIS_REGRESS_DB"
-
 echo $PGPORT
 echo ${POSTGIS_MAJOR_VERSION}.${POSTGIS_MINOR_VERSION}
 

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

Summary of changes:
 ci/debbie/postgis_regress.sh | 3 ---
 1 file changed, 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list