pgsql: Add ORDER BY to a query to prevent occasional regression test fa

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add ORDER BY to a query to prevent occasional regression test fa
Date: 2012-02-10 07:33:07
Message-ID: E1Rvkyh-0006VP-QM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add ORDER BY to a query to prevent occasional regression test failures.

Per buildfarm, we sometimes get row-ordering variations in the output.
This also makes this query look more like numerous other ones in the same
test file.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d06e2d200562837afa18058937f20460a3ea526a

Modified Files
--------------
src/test/regress/expected/inherit.out | 2 +-
src/test/regress/sql/inherit.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2012-02-10 18:28:59 pgsql: Fix pg_dump for better handling of inherited columns.
Previous Message Fujii Masao 2012-02-10 03:34:44 Re: pgsql: Have pg_receivexlog always send an invalid log position in statu