pgsql: doc: improve description of synchronous_commit modes

Started by Bruce Momjianalmost 6 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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: /messages/by-id/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(-)