Fix omission of -X (--no-psqlrc) in some psql invocations.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/sepgsql/test_sepgsql | modified | +2 −2 |
| src/bin/pg_upgrade/test.sh | modified | +2 −2 |
| src/test/locale/de_DE.ISO8859-1/runall | modified | +5 −5 |
| src/test/locale/gr_GR.ISO8859-7/runall | modified | +3 −3 |
| src/test/locale/koi8-r/runall | modified | +3 −3 |
| src/test/locale/koi8-to-win1251/runall | modified | +3 −3 |
| src/test/mb/mbregress.sh | modified | +1 −1 |
| src/test/ssl/t/001_ssltests.pl | modified | +1 −1 |
| src/tools/find_static | modified | +1 −1 |