pgsql: Fix outdated bit in README.tuplock - Mailing list pgsql-committers

From Álvaro Herrera
Subject pgsql: Fix outdated bit in README.tuplock
Date
Msg-id E1tE9aX-002tQV-SP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix outdated bit in README.tuplock

Apparently this information has been outdated since first committed,
because we adopted a different implementation during development per
reviews and this detail was not updated in the README.

This has been wrong since commit 0ac5ad5134f2 introduced the file in
2013.  Backpatch to all live branches.

Reported-by: Will Mortensen <will@extrahop.com>
Discussion: https://postgr.es/m/CAMpnoC6yEQ=c0Rdq-J7uRedrP7Zo9UMp6VZyP23QMT68n06cvA@mail.gmail.com

Branch
------
REL_15_STABLE

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

Modified Files
--------------
src/backend/access/heap/README.tuplock | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix ALTER TABLE / REPLICA IDENTITY for temporal tables
Next
From: Álvaro Herrera
Date:
Subject: pgsql: Fix newly introduced 010_keep_recycled_wals.pl