pgsql: doc: improve description of synchronous_commit modes - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: doc: improve description of synchronous_commit modes
Date
Msg-id E1kT8j4-0003Ia-PX@gemulon.postgresql.org
Whole thread Raw
List 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@gmail.com

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

Backpatch-through: 9.6

Branch
------
REL9_6_STABLE

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

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


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Revert "Remove pointless HeapTupleHeaderIndicatesMovedPartitions
Next
From: Andres Freund
Date:
Subject: pgsql: llvmjit: Also copy parameter / return value attributes from temp