pgsql: Re-adhere to policy of no more than 20 tests per parallelgroup.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Re-adhere to policy of no more than 20 tests per parallelgroup.
Дата
Msg-id E1crtIZ-0001qd-DZ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7d3957e53ebf26fc8d72dee1dacc2c827cc07caa

Modified Files
--------------
src/test/regress/parallel_schedule | 4 ++--
src/test/regress/serial_schedule   | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Allow vacuums to report oldestxmin
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Faster expression evaluation and targetlist projection.