pgsql: Revert "Fix accumulation of parallel worker instrumentation."

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: Revert "Fix accumulation of parallel worker instrumentation."
Дата
Msg-id E1ePE91-00050i-GP@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Revert "Fix accumulation of parallel worker instrumentation."

This reverts commit 2c09a5c12a66087218c7f8cba269cd3de51b9b82.  Per
further discussion, that doesn't seem to be the best possible fix.

Discussion: http://postgr.es/m/CAA4eK1LW2aFKzY3=vwvc=t-juzPPVWP2uT1bpx_MeyEqnM+p8g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1d6fb35ad62968c8678d0321887e2b9ca8fe1a84

Modified Files
--------------
src/backend/executor/execParallel.c           | 51 +++++++--------------------
src/test/regress/expected/select_parallel.out | 21 -----------
src/test/regress/sql/select_parallel.sql      |  7 ----
3 files changed, 13 insertions(+), 66 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Rethink MemoryContext creation to improve performance.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix parallel index scan hang with deleted or half-dead pages.