]> 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:14 +0000 (23:05 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 9 Nov 2011 04:05:14 +0000 (23:05 -0500)
commit6d295b64945cb6ff9b64f55d1e51b5e2a1bb6f84
tree05846385ba4c473e248e8d3cba973c2486de6116
parent57664ed25e5dea117158a2e663c29e60b3546e1c
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