Use psql -q option instead of 2>/dev/null during first invocation
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Oct 2004 19:14:16 +0000 (19:14 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Oct 2004 19:14:16 +0000 (19:14 +0000)
commite837e4be8fd67d41d95197346c04f073154499a7
treea6ccf494a1f3a7c42a833cfbeb91459132039465
parent44e8a968e33f04974edc8ac9f184d009b036bbb7
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.
src/test/regress/pg_regress.sh