pgsql: doc: clarify wording about phantom reads

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: clarify wording about phantom reads
Date: 2022-06-22 18:33:51
Message-ID: E1o45Al-001JUd-1m@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: clarify wording about phantom reads

Reported-by: akhilhello(at)gmail(dot)com

Discussion: https://postgr.es/m/165222922369.669.10475917322916060899@wrigleys.postgresql.org

Backpatch-through: 10

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4e594a42657e4a62ed34a03ea3aa2411e39efab8

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 2 +-
doc/src/sgml/mvcc.sgml | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2022-06-22 21:00:16 pgsql: doc: improve wording of plpgsql RAISE format text
Previous Message Robert Haas 2022-06-22 17:14:34 pgsql: amcheck: Fix incorrect use of VARATT_IS_COMPRESSED.