Обсуждение: pgsql: Restore partition_prune's usage of parallel workers

Поиск
Список
Период
Сортировка

pgsql: Restore partition_prune's usage of parallel workers

От
Alvaro Herrera
Дата:
Restore partition_prune's usage of parallel workers

This reverts commit 4d0f6d3f207d ("Attempt to stabilize partition_prune
test output (2)"), and attempts to stabilize the test by using string
replacement to hide any loop count difference in parallel nodes.

Discussion: https://postgr.es/m/4475.1523628300@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/47c91b55991883322fdbc4495ce7fe6b2166e8fe

Modified Files
--------------
src/test/regress/expected/partition_prune.out | 144 +++++++++++++++-----------
src/test/regress/sql/partition_prune.sql      |  39 +++++--
2 files changed, 109 insertions(+), 74 deletions(-)