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(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
