File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ PostgreSQL documentation
5454 The option <option>--synchronous</> must be specified to flush WAL data
5555 in real time. Since <application>pg_receivewal</application> does not
5656 apply WAL, you should not allow it to become a synchronous standby when
57- <xref linkend="guc-synchronous-commit"/ > equals
57+ <xref linkend="guc-synchronous-commit"> equals
5858 <literal>remote_apply</literal>. If it does, it will appear to be a
5959 standby that never catches up, and will cause transaction commits to
6060 block. To avoid this, you should either configure an appropriate value
61- for <xref linkend="guc-synchronous-standby-names"/ >, or specify
61+ for <xref linkend="guc-synchronous-standby-names">, or specify
6262 <varname>application_name</varname> for
6363 <application>pg_receivewal</application> that does not match it, or
6464 change the value of <varname>synchronous_commit</varname> to
You can’t perform that action at this time.
0 commit comments