]> granicus.if.org Git - postgresql/commit
Make regression test output stable.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 14 Jul 2015 13:16:23 +0000 (16:16 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 14 Jul 2015 13:17:34 +0000 (16:17 +0300)
commit1a56498e5f6db949a066fb125199a7389a798421
tree49fa056d5e24815f9bc20cf9e2006cd8de20b284
parente42375fc8124e99c33fa330c53c2b4b502fa0baf
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.
src/test/regress/expected/alter_table.out
src/test/regress/sql/alter_table.sql