pgsql: Improve documentation and comment for quorum-based sync replicat

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve documentation and comment for quorum-based sync replicat
Date: 2017-04-18 17:59:23
Message-ID: E1d0XPP-0003x2-Ts@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve documentation and comment for quorum-based sync replication.

Author: Masahiko Sawada, heavily modified by me
Discussion: http://postgr.es/m/CAHGQGwEKOw=SmPLxJzkBsH6wwDBgOnVz46QjHbtsiZ-d-2RGUg@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 21 ++++++++++++++++-----
src/backend/replication/syncrep.c | 5 +++++
2 files changed, 21 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-04-18 18:22:00 pgsql: Doc: improve markup in self-signed certificate example.
Previous Message Tom Lane 2017-04-18 17:21:33 pgsql: Provide an error cursor for "can't call an SRF here" errors.