pgsql: Improve comments for [Heap]CheckForSerializableConflictOut().

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve comments for [Heap]CheckForSerializableConflictOut().
Date: 2020-06-11 23:01:10
Message-ID: E1jjWC6-0003bW-2P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)bowt(dot)ie>
Discussion: https://postgr.es/m/db7b729d-0226-d162-a126-8a8ab2dc4443%40jepsen.io

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7aa4fb592530b74bf05f62c52b736ee3910691b9

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2020-06-11 23:01:26 pgsql: Improve comments for [Heap]CheckForSerializableConflictOut().
Previous Message Bruce Momjian 2020-06-11 22:44:59 pgsql: doc: document problems with using xreflabel in XML docs