pgsql: Improve comments for [Heap]CheckForSerializableConflictOut(). - Mailing list pgsql-committers

From Thomas Munro
Subject pgsql: Improve comments for [Heap]CheckForSerializableConflictOut().
Date
Msg-id E1jjWCM-0003c6-Hn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve comments for [Heap]CheckForSerializableConflictOut().

Rewrite the documentation of these functions, in light of recent bug fix
commit 5940ffb2.

Back-patch to 13 where the check-for-conflict-out code was split up into
AM-specific and generic parts, and new documentation was added that now
looked wrong.

Reviewed-by: Peter Geoghegan <pg@bowt.ie>
Discussion: https://postgr.es/m/db7b729d-0226-d162-a126-8a8ab2dc4443%40jepsen.io

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/44eff28410598ef86d3d8bd812439aabf19f7ee0

Modified Files
--------------
src/backend/access/heap/heapam.c     | 12 +++++-------
src/backend/storage/lmgr/predicate.c | 15 +++++++++------
2 files changed, 14 insertions(+), 13 deletions(-)


pgsql-committers by date:

Previous
From: Thomas Munro
Date:
Subject: pgsql: Improve comments for [Heap]CheckForSerializableConflictOut().
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Make more use of RELKIND_HAS_STORAGE()