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

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Revert "Fix accumulation of parallel worker instrumentation."
Date: 2017-12-13 21:00:47
Message-ID: E1ePE91-00050i-GP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-12-13 21:21:13 pgsql: Fix parallel index scan hang with deleted or half-dead pages.
Previous Message Tom Lane 2017-12-13 18:56:01 pgsql: Rethink MemoryContext creation to improve performance.