pgsql: Revert: Get rid of WALBufMappingLock

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert: Get rid of WALBufMappingLock
Date: 2025-02-17 10:40:42
Message-ID: E1tjyYM-007aSj-3Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert: Get rid of WALBufMappingLock

This commit reverts 6a2275b895. Buildfarm failure on batta spots some
concurrency issue, which requires further investigation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3fb58625d18fd226cb929c9700d0db72ac92c075

Modified Files
--------------
src/backend/access/transam/xlog.c | 176 +++++++-----------------
src/backend/utils/activity/wait_event_names.txt | 2 +-
src/include/storage/lwlocklist.h | 2 +-
3 files changed, 48 insertions(+), 132 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2025-02-17 10:44:28 pgsql: Implement Self-Join Elimination
Previous Message Amit Langote 2025-02-17 07:13:12 pgsql: Fix an oversight in cbc127917 to handle MERGE correctly