Use psql -q option instead of 2>/dev/null during first invocation
Tom Lane <tgl@sss.pgh.pa.us>
Use psql -q option instead of 2>/dev/null during first invocation of psql; this should make it easier to diagnose client-side problems, such as library version mismatch. Also, consistently use -X option to avoid problems from weird .psqlrc settings.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/pg_regress.sh | modified | +13 −13 |