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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 870df2b3b77414a536d6533566628f11f8f309ec
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2015-12-28T16:46:43Z
Releases: 9.6.0
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