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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use psql -q option instead of 2>/dev/null during first invocation
Date: 2004-10-31 19:14:19
Message-ID: 20041031191419.C8BF53A4280@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.sh (r1.48 -> r1.49)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.sh.diff?r1=1.48&r2=1.49)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-11-01 00:28:46 pgsql: Add: > * Add a GUC variable to control temporary and TOAST
Previous Message User Andrewd 2004-10-31 01:33:43 pgbuildfarm - client-code: make default target the new production