]> granicus.if.org Git - postgresql/commit
Re-adhere to policy of no more than 20 tests per parallel group.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Mar 2017 21:32:13 +0000 (17:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 25 Mar 2017 21:32:13 +0000 (17:32 -0400)
commit7d3957e53ebf26fc8d72dee1dacc2c827cc07caa
tree81063819d4b1d5ea85ffe5eadb57ce6b04a00a61
parent2cdc1389a25bc62b36a6f83d5d095acb99e3277c
Re-adhere to policy of no more than 20 tests per parallel group.

As explained at the head of parallel_schedule, we place an arbitrary limit
of 20 test cases per parallel group.  Commit c7a9fa399 overlooked this.

Least messy solution seems to be to move the "comments" test to the next
group, since it doesn't really belong in a group of datatype tests anyway.
src/test/regress/parallel_schedule
src/test/regress/serial_schedule