pgsql: Tweak new regression test case for more portability.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak new regression test case for more portability.
Date: 2011-11-09 05:14:00
Message-ID: E1RO0U4-0006Fb-BV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tweak new regression test case for more portability.

Ensure that same index gets selected on 32-bit and 64-bit machines.
Per buildfarm results.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2c30f96103c320d4e3c8cab2807d88476f584278

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-11-09 09:06:59 pgsql: In COPY, insert tuples to the heap in batches.
Previous Message Tom Lane 2011-11-09 04:05:32 pgsql: Fix random discrepancies between parallel_schedule and serial_sc