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: [email protected] Discussion: https://postgr.es/m/[email protected] 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(-)
