pgsql: Fix random discrepancies between parallel_schedule and serial_sc

Started by Tom Laneover 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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
------
REL9_1_STABLE

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

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