pgsql: Fix outdated bit in README.tuplock

From: Álvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix outdated bit in README.tuplock
Date: 2024-11-21 15:59:25
Message-ID: E1tE9aX-002tQP-RD@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)extrahop(dot)com>
Discussion: https://postgr.es/m/CAMpnoC6yEQ=c0Rdq-J7uRedrP7Zo9UMp6VZyP23QMT68n06cvA@mail.gmail.com

Branch
------
REL_17_STABLE

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2024-11-21 16:05:28 pgsql: Fix newly introduced 010_keep_recycled_wals.pl
Previous Message Peter Eisentraut 2024-11-21 12:55:22 pgsql: Fix ALTER TABLE / REPLICA IDENTITY for temporal tables