You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Fix omission of -X (--no-psqlrc) in some psql invocations.
As of commitd5563d7, psql -c no longer implies -X, but not all ofour regression testing scripts had gotten that memo.To ensure consistency of results across different developers, makesure that *all* invocations of psql in all scripts in our treeuse -X, even where this is not what previously happened.Michael Paquier and Tom Lane