Skip to content

Commit 5edaccc

Browse files
committed
Test PG 12 in ./do
1 parent 9aa9fa4 commit 5edaccc

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

do

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eux
44

55
export PGDATABASE=postgres
66

7-
for PGVERSION in ${*:-10 11 9.6 9.5}; do
7+
for PGVERSION in ${*:-10 11 12 9.6 9.5}; do
88
echo
99
echo "### $PGVERSION ###"
1010
PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config
@@ -16,8 +16,6 @@ for PGVERSION in ${*:-10 11 9.6 9.5}; do
1616
make PG_CONFIG=$PG_CONFIG PROFILE="-Werror"
1717
sudo make install PG_CONFIG=$PG_CONFIG
1818
psql -c "DROP EXTENSION IF EXISTS unit CASCADE"
19-
#psql -c "CREATE EXTENSION IF NOT EXISTS unit"
20-
#./load-units.pl
2119
if ! make installcheck REGRESS_OPTS="--use-existing --dbname=postgres" PG_CONFIG=$PG_CONFIG; then
2220
cat regression.diffs
2321
exit 1

0 commit comments

Comments
 (0)