Add a --dbname option to the pg_regress script, and use pl_regression
Tom Lane <tgl@sss.pgh.pa.us>
Add a --dbname option to the pg_regress script, and use pl_regression for testing PLs and contrib_regression for testing contrib, instead of overwriting the core system's regression database as formerly done. Andrew Dunstan
Files
| Path | Change | +/− |
|---|---|---|
| contrib/contrib-global.mk | modified | +2 −1 |
| contrib/dblink/expected/dblink.out | modified | +8 −8 |
| contrib/dblink/sql/dblink.sql | modified | +8 −8 |
| src/Makefile.global.in | modified | +4 −1 |
| src/makefiles/pgxs.mk | modified | +4 −4 |
| src/pl/plperl/GNUmakefile | modified | +3 −2 |
| src/pl/plpython/Makefile | modified | +3 −2 |
| src/pl/tcl/Makefile | modified | +3 −2 |
| src/test/regress/pg_regress.sh | modified | +5 −1 |