pgsql: Fix random discrepancies between parallel_schedule and serial_sc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix random discrepancies between parallel_schedule and serial_sc
Date: 2011-11-09 04:05:32
Message-ID: E1RNzPo-0005Ic-Ma@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix random discrepancies between parallel_schedule and serial_schedule.

In particular, my previous patch expected the create_index test to run
before the inherit test; but this was only true in the serial schedule.
Rearrange this portion of the schedules to be more consistent.

Per buildfarm results.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6d295b64945cb6ff9b64f55d1e51b5e2a1bb6f84

Modified Files
--------------
src/test/regress/parallel_schedule | 12 ++++++++----
src/test/regress/serial_schedule | 12 ++++++------
2 files changed, 14 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-11-09 05:14:00 pgsql: Tweak new regression test case for more portability.
Previous Message Tom Lane 2011-11-09 02:14:46 pgsql: Wrap appendrel member outputs in PlaceHolderVars in additional c