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

From Tom Lane
Subject pgsql: Fix omission of -X (--no-psqlrc) in some psql invocations.
Date
Msg-id E1aDawo-0007sa-5N@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: doc: pg_committs -> pg_commit_ts
Next
From: Tom Lane
Date:
Subject: pgsql: Document the exponentiation operator as associating left to righ