]> granicus.if.org Git - postgresql/commit
Fix unstable regression test results.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 31 Dec 2016 23:39:08 +0000 (18:39 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 31 Dec 2016 23:39:08 +0000 (18:39 -0500)
commit257d8157205a7be5f9799e8941b922521d678a25
tree422155e1e4f3c4d82f8b6f8abe043fdd2757e30a
parent80a7298b9eb7f108ef20be6ee00d9513a43c61a0
Fix unstable regression test results.

Commit 2ac3ef7a0 added a query with an underdetermined output row order;
it has failed multiple times in the buildfarm since then.  Add an ORDER BY
to fix.  Also, don't rely on a DROP CASCADE to drop in a well-determined
order; that hasn't failed yet but I don't trust it much, and we're not
saving any typing by using CASCADE anyway.
src/test/regress/expected/insert.out
src/test/regress/sql/insert.sql