Fix unstable regression test results.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 257d8157205a7be5f9799e8941b922521d678a25
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-12-31T23:39:08Z
Releases: 10.0
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.

Files

PathChange+/−
src/test/regress/expected/insert.out modified +3 −5
src/test/regress/sql/insert.sql modified +3 −2