[postgis-tickets] r17611 - Change to test again PG 12 (instead of 13)

Regina Obe lr at pcorp.us
Tue Jul 16 08:28:56 PDT 2019


Author: robe
Date: 2019-07-16 08:28:56 -0700 (Tue, 16 Jul 2019)
New Revision: 17611

Modified:
   trunk/ci/berrie/pg_init_start.sh
   trunk/ci/berrie/postgis_regress.sh
Log:
Change to test again PG 12 (instead of 13) 
Closes #4456

Modified: trunk/ci/berrie/pg_init_start.sh
===================================================================
--- trunk/ci/berrie/pg_init_start.sh	2019-07-16 14:19:07 UTC (rev 17610)
+++ trunk/ci/berrie/pg_init_start.sh	2019-07-16 15:28:56 UTC (rev 17611)
@@ -4,10 +4,10 @@
 
 cd ${WORKSPACE}/PostGIS_Worker_Run/label/berrie/$BRANCH
 export OS_BUILD=32
-export PG_VER=13
+export PG_VER=12
 export PGPATH=${WORKSPACE}/pg/label/berrie/rel/pg${PG_VER}w${OS_BUILD}
 export PATH=${PATH}:${PGPATH}/bin:${PGPATH}/lib
-export PGPORT=55532
+export PGPORT=55432
 export PGDATA=$PGPATH/data_${PGPORT}
 export PGLOG="$PGDATA/pgsql.log"
 # What to use to start up the postmaster (we do NOT use pg_ctl for this,

Modified: trunk/ci/berrie/postgis_regress.sh
===================================================================
--- trunk/ci/berrie/postgis_regress.sh	2019-07-16 14:19:07 UTC (rev 17610)
+++ trunk/ci/berrie/postgis_regress.sh	2019-07-16 15:28:56 UTC (rev 17611)
@@ -5,11 +5,11 @@
 
 cd ${WORKSPACE}/PostGIS_Worker_Run/label/berrie/$BRANCH
 export OS_BUILD=32
-export PG_VER=13
+export PG_VER=12
 export PGPATH=${WORKSPACE}/pg/label/berrie/rel/pg${PG_VER}w${OS_BUILD}
 
 export PATH=${PATH}:${PGPATH}/bin:${PGPATH}/lib
-export PGPORT=55532
+export PGPORT=55432
 export PGDATA=$PGPATH/data_${PGPORT}
 export PGHOST=localhost
 



More information about the postgis-tickets mailing list