]> granicus.if.org Git - postgresql/commit
Fix omission of -X (--no-psqlrc) in some psql invocations.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Dec 2015 16:46:32 +0000 (11:46 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 28 Dec 2015 16:46:43 +0000 (11:46 -0500)
commit870df2b3b77414a536d6533566628f11f8f309ec
tree725913aed5d18167f531c9eba8c17e643384482b
parent151c4ffe41a7a6fc76df373e7bfbbb59e8d694d6
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
contrib/sepgsql/test_sepgsql
src/bin/pg_upgrade/test.sh
src/test/locale/de_DE.ISO8859-1/runall
src/test/locale/gr_GR.ISO8859-7/runall
src/test/locale/koi8-r/runall
src/test/locale/koi8-to-win1251/runall
src/test/mb/mbregress.sh
src/test/ssl/t/001_ssltests.pl
src/tools/find_static