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

From Noah Misch
Subject pgsql: Revert "WAL-log inplace update before revealing it to other sess
Date
Msg-id E1t7GgB-003cVl-W8@gemulon.postgresql.org
Whole thread Raw
List 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_16_STABLE

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

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


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: clarify text around MVCC example query
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Move I/O before the index_update_stats() buffer lock region.