Make regression test output stable.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: fe92a72a2bf6f485fc9f08c3e6191838ac3c6441
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2015-07-14T13:18:43Z
Releases: 9.5.0
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.

Files