We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa9fa4 commit 5edacccCopy full SHA for 5edaccc
1 file changed
do
@@ -4,7 +4,7 @@ set -eux
4
5
export PGDATABASE=postgres
6
7
-for PGVERSION in ${*:-10 11 9.6 9.5}; do
+for PGVERSION in ${*:-10 11 12 9.6 9.5}; do
8
echo
9
echo "### $PGVERSION ###"
10
PG_CONFIG=/usr/lib/postgresql/$PGVERSION/bin/pg_config
@@ -16,8 +16,6 @@ for PGVERSION in ${*:-10 11 9.6 9.5}; do
16
make PG_CONFIG=$PG_CONFIG PROFILE="-Werror"
17
sudo make install PG_CONFIG=$PG_CONFIG
18
psql -c "DROP EXTENSION IF EXISTS unit CASCADE"
19
- #psql -c "CREATE EXTENSION IF NOT EXISTS unit"
20
- #./load-units.pl
21
if ! make installcheck REGRESS_OPTS="--use-existing --dbname=postgres" PG_CONFIG=$PG_CONFIG; then
22
cat regression.diffs
23
exit 1
0 commit comments