pgsql: Minor sync rep documentation improvements.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor sync rep documentation improvements.
Date: 2011-03-15 15:26:16
Message-ID: E1PzW8W-0000U0-FM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor sync rep documentation improvements.

- Make the name of the ID tag for the GUC entry match the GUC name.
- Clarify that synchronous_replication waits for xlog flush, not receipt.
- Mention that synchronous_replication won't wait if max_wal_senders=0.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f0f3617135854281bdb79179a895c102d54cb95b

Modified Files
--------------
doc/src/sgml/config.sgml | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-03-15 15:27:00 pgsql: Add database comments to template0 and postgres databases, and i
Previous Message User Hinoue 2011-03-15 14:31:44 psqlodbc - psqlodbc: Convert large integer strings properly.