]> 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:18:43 +0000 (16:18 +0300)
commitfe92a72a2bf6f485fc9f08c3e6191838ac3c6441
tree2c5395dbd4db2faa2b8dc1f922fc2fdbbc38588f
parent9dee48c94b6eb544dd334ec021ff224454f2020f
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