pgsql: Fix omission of -X (--no-psqlrc) in some psql invocations.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix omission of -X (--no-psqlrc) in some psql invocations.
Date: 2015-12-28 16:47:02
Message-ID: E1aDawo-0007sa-5N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix omission of -X (--no-psqlrc) in some psql invocations.

As of commit d5563d7df, psql -c no longer implies -X, but not all of
our regression testing scripts had gotten that memo.

To ensure consistency of results across different developers, make
sure that *all* invocations of psql in all scripts in our tree
use -X, even where this is not what previously happened.

Michael Paquier and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/870df2b3b77414a536d6533566628f11f8f309ec

Modified Files
--------------
contrib/sepgsql/test_sepgsql | 4 ++--
src/bin/pg_upgrade/test.sh | 4 ++--
src/test/locale/de_DE.ISO8859-1/runall | 10 +++++-----
src/test/locale/gr_GR.ISO8859-7/runall | 6 +++---
src/test/locale/koi8-r/runall | 6 +++---
src/test/locale/koi8-to-win1251/runall | 6 +++---
src/test/mb/mbregress.sh | 2 +-
src/test/ssl/t/001_ssltests.pl | 2 +-
src/tools/find_static | 2 +-
9 files changed, 21 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-12-28 17:09:55 pgsql: Document the exponentiation operator as associating left to righ
Previous Message Alvaro Herrera 2015-12-28 16:45:47 pgsql: doc: pg_committs -> pg_commit_ts