mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 19:27:28 +08:00
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