diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2018-05-07 10:16:17 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2018-05-07 10:21:47 -0400 |
commit | baf21b922a18c2809068238503ebb3797994e615 (patch) | |
tree | 3bac727c8f2f60373027412f70b404a88c057b44 | |
parent | 7b347409fa2776fbaa4ec9c57365f48a2bbdb80c (diff) |
doc: Fix minor markup issue
There shouldn't be a line break between two adjacent tags, because that
will appear as whitespace in the output. (The rendering engine might in
turn collapse that whitespace away, so it might not actually make a
difference, but it's more correct this way.)
-rw-r--r-- | doc/src/sgml/config.sgml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index eabe2a92352..b405e49fe3b 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -3212,9 +3212,9 @@ include_dir 'conf.d' The synchronous standbys will be those whose names appear in this list, and that are both currently connected and streaming data in real-time - (as shown by a state of <literal>streaming</literal> in the - <link linkend="pg-stat-replication-view"> - <literal>pg_stat_replication</literal></link> view). + (as shown by a state of <literal>streaming</literal> in the <link + linkend="pg-stat-replication-view"><literal>pg_stat_replication</literal></link> + view). Specifying more than one synchronous standby can allow for very high availability and protection against data loss. </para> @@ -3461,8 +3461,9 @@ ANY <replaceable class="parameter">num_sync</replaceable> ( <replaceable class=" Specifies the minimum frequency for the WAL receiver process on the standby to send information about replication progress to the primary or upstream standby, where it can be seen using the - <link linkend="pg-stat-replication-view"> - <literal>pg_stat_replication</literal></link> view. The standby will report + <link + linkend="pg-stat-replication-view"><literal>pg_stat_replication</literal></link> + view. The standby will report the last write-ahead log location it has written, the last position it has flushed to disk, and the last position it has applied. This parameter's |