]> granicus.if.org Git - postgresql/commit
Fix random discrepancies between parallel_schedule and serial_schedule.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Nov 2011 04:05:21 +0000 (23:05 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Nov 2011 04:05:21 +0000 (23:05 -0500)
commit2e16d61ddb808dce3af75e897f2262132038b77e
treecd8b2401df93daca3cb82cf2d772f376f755b6f0
parent7097e6c4a48bc02155a9a52c570be67b30b30c9a
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.
src/test/regress/parallel_schedule
src/test/regress/serial_schedule