pgsql: Minor corrections to high availability docs

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Minor corrections to high availability docs
Date: 2017-06-23 17:17:37
Message-ID: E1dOSDB-0006Fr-7z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Minor corrections to high availability docs

Startup process is displayed in pg_stat_activity, noted by Yugo Nagata.
Transactions can be resolved at end of recovery.

Author: Yugo Nagata, with addition by me

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/high-availability.sgml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2017-06-23 18:06:19 pgsql: Improve replication lag interpolation after idle period
Previous Message Tom Lane 2017-06-23 16:22:12 pgsql: Fix memory leakage in ICU encoding conversion, and other code re