[COMMITTERS] pgsql: Fix unstable regression test results. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Fix unstable regression test results.
Date
Msg-id E1cNTF8-0000Pe-DW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/257d8157205a7be5f9799e8941b922521d678a25

Modified Files
--------------
src/test/regress/expected/insert.out | 8 +++-----
src/test/regress/sql/insert.sql      | 5 +++--
2 files changed, 6 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Fix incorrect example of to_timestamp() usage.
Next
From: Magnus Hagander
Date:
Subject: Re: [COMMITTERS] pgsql: Fix base backup rate limiting in presence ofslow i/o