Use psql -q option instead of 2>/dev/null during first invocation

Tom Lane <tgl@sss.pgh.pa.us>

Commit: e837e4be8fd67d41d95197346c04f073154499a7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-31T19:14:16Z
Releases: 8.0.0
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

PathChange+/−
src/test/regress/pg_regress.sh modified +13 −13