Don't run rowsecurity in parallel with other regression tests.

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

Commit: 7161b082bd9fc51e67a1031ea9d0313e8a48286b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-12-31T22:04:27Z
Releases: 9.5.0
Don't run rowsecurity in parallel with other regression tests.

The short-lived event trigger in the rowsecurity test causes irreproducible
failures when the concurrent tests do something that the event trigger
can't cope with.  Per buildfarm.

Files

PathChange+/−
src/test/regress/parallel_schedule modified +5 −2
src/test/regress/serial_schedule modified +1 −1