pgsql: doc: improve description of synchronous_commit modes

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: improve description of synchronous_commit modes
Date: 2020-10-15 19:15:46
Message-ID: E1kT8j4-0003IN-NN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: improve description of synchronous_commit modes

Previously it wasn't clear exactly what each of the synchronous_commit
modes accomplished. This clarifies that, and adds a table describing it.
Only backpatched through 9.6 since 9.5 doesn't have all the options.

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

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

Backpatch-through: 9.6

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/config.sgml | 144 ++++++++++++++++++++++++++++++++++++----------
src/include/access/xact.h | 3 +-
2 files changed, 116 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-10-15 22:22:27 pgsql: llvmjit: Also copy parameter / return value attributes from temp
Previous Message Alvaro Herrera 2020-10-15 18:16:49 pgsql: Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions