alter_generic regression test cannot run concurrently with privileges test.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b72bd3d1c65886c21a961830325f11a3f7a41799
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2012-10-15T16:18:52Z
Releases: 9.3.0
alter_generic regression test cannot run concurrently with privileges test.

... because the latter plays games with the privileges for language SQL.
It looks like running alter_generic in parallel with "misc" is OK though.

Also, adjust serial_schedule to maintain the same test ordering (up to
parallelism) as parallel_schedule.

Files

PathChange+/−
src/test/regress/parallel_schedule modified +6 −2
src/test/regress/serial_schedule modified +2 −2