Thread: pgsql: doc: improve description of synchronous_commit modes

pgsql: doc: improve description of synchronous_commit modes

From
Bruce Momjian
Date:
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
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/264e517e68190767de7cd50734956db02c6dbef1

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