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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
