summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Riggs2017-06-23 17:16:00 +0000
committerSimon Riggs2017-06-23 17:16:00 +0000
commita79122b06194927d2b79465f335b94f2b4472816 (patch)
treee5d927617d1fd38bc542359f3f62f33dd4777400
parentb6159202c99d4021fb078cede90b26f94883143d (diff)
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
-rw-r--r--doc/src/sgml/high-availability.sgml12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/src/sgml/high-availability.sgml b/doc/src/sgml/high-availability.sgml
index 72eb073621..e41df791b7 100644
--- a/doc/src/sgml/high-availability.sgml
+++ b/doc/src/sgml/high-availability.sgml
@@ -2203,12 +2203,12 @@ LOG: database system is ready to accept read only connections
<function>pg_cancel_backend()</>
and <function>pg_terminate_backend()</> will work on user backends,
but not the Startup process, which performs
- recovery. <structname>pg_stat_activity</structname> does not show an
- entry for the Startup process, nor do recovering transactions show
- as active. As a result, <structname>pg_prepared_xacts</structname>
- is always empty during recovery. If you wish to resolve in-doubt
- prepared transactions, view <literal>pg_prepared_xacts</> on the
- primary and issue commands to resolve transactions there.
+ recovery. <structname>pg_stat_activity</structname> does not show
+ recovering transactions as active. As a result,
+ <structname>pg_prepared_xacts</structname> is always empty during
+ recovery. If you wish to resolve in-doubt prepared transactions, view
+ <literal>pg_prepared_xacts</> on the primary and issue commands to
+ resolve transactions there or resolve them after the end of recovery.
</para>
<para>