pgsql: Revert "WAL-log inplace update before revealing it to other sess

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "WAL-log inplace update before revealing it to other sess
Date: 2024-11-02 16:08:47
Message-ID: E1t7GgB-003cVe-Uh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "WAL-log inplace update before revealing it to other sessions."

This reverts commit bfd5c6e279c8e1702eea882439dc7ebdf4d4b3a5 (v17) and
counterparts in each other non-master branch. This unblocks reverting a
commit on which it depends.

Discussion: https://postgr.es/m/10ec0bc3-5933-1189-6bb8-5dec4114558e@gmail.com

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bc6bad88572501aecaa2ac5d4bc900ac0fd457d5

Modified Files
--------------
src/backend/access/heap/README.tuplock | 4 ++-
src/backend/access/heap/heapam.c | 58 ++++++++--------------------------
2 files changed, 16 insertions(+), 46 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-11-03 02:32:56 Re: pgsql: Move I/O before the index_update_stats() buffer lock region.
Previous Message Bruce Momjian 2024-11-01 20:38:44 pgsql: doc: clarify text around MVCC example query