Make regression test output stable. In the test query I added for ALTER TABLE retaining comments, the order of the result rows was not stable, and varied across systems. Add an ORDER BY to make the order predictable. This should fix the buildfarm failures.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/1a56498e5f6db949a066fb125199a7389a798421 Modified Files -------------- src/test/regress/expected/alter_table.out | 12 ++++++------ src/test/regress/sql/alter_table.sql | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
