From 3a02e87bf0429648f660334e64f7c3cec9ec58c8 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 16 Jul 2019 15:28:56 +0000 Subject: [PATCH] Change to test again PG 12 (instead of 13) Closes #4456 git-svn-id: http://svn.osgeo.org/postgis/trunk@17611 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/berrie/pg_init_start.sh | 4 ++-- ci/berrie/postgis_regress.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/berrie/pg_init_start.sh b/ci/berrie/pg_init_start.sh index 4c87efb21..12053650d 100644 --- a/ci/berrie/pg_init_start.sh +++ b/ci/berrie/pg_init_start.sh @@ -4,10 +4,10 @@ export WORKSPACE=/home/jenkins/workspace 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, diff --git a/ci/berrie/postgis_regress.sh b/ci/berrie/postgis_regress.sh index 1186fd5dd..1eb29bd95 100644 --- a/ci/berrie/postgis_regress.sh +++ b/ci/berrie/postgis_regress.sh @@ -5,11 +5,11 @@ export WORKSPACE=/home/jenkins/workspace 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 -- 2.40.0