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
Instead of using command_ok() to run psql, use safe_psql(). wrasseisn't happy, and it be because of failure to pass -X to the psqlinvocation, which safe_psql() will do automatically.Since safe_psql() returns standard output instead of writing it toa file, this requires some changes to the incantation for running'diff'.Test against the 'regression' database rather than 'postgres' sowe test more than just one table. That also means we need to recordthe horizons later, after the test does "VACUUM FULL pg_largeobject".Add an ORDER BY clause to the horizon query for stability.Patch by me, reviewed by Tom Lane.Discussion:http://postgr.es/m/CA+TgmoaGBbpzgu3=du1f9zDUbkfycO0y=_uWrLFy=KKEqXWeLQ@mail.gmail.com