pgsql: Add an ORDER BY to nail down the expected row order from a query

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add an ORDER BY to nail down the expected row order from a query
Date: 2007-09-03 01:28:40
Message-ID: 20070903012840.2486D754201@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add an ORDER BY to nail down the expected row order from a query that's
been shown to be sensitive to concurrent autovacuum. Per Alvaro.

Modified Files:
--------------
pgsql/src/test/regress/sql:
cluster.sql (r1.11 -> r1.12)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/cluster.sql?r1=1.11&r2=1.12)
pgsql/src/test/regress/expected:
cluster.out (r1.19 -> r1.20)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/cluster.out?r1=1.19&r2=1.20)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-03 01:35:08 Re: Re: [COMMITTERS] pgsql: Fix brain fade in DefineIndex(): it was continuing to access the
Previous Message Tom Lane 2007-09-03 01:18:33 pgsql: Fix breakage of GIN support for varchar[] and cidr[] that I