Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitba7359d

Browse files
committed
Fix build of documentation
Oversight in1c42346, which has incorrectly shaped a <xref> markup.Only v10 and v9.6 got broken.Reported-by: Stefan KaltenbrunnerDiscussion:https://postgr.es/m/675cde90-a8dc-faeb-4701-d35a89ee06a2@kaltenbrunner.cc
1 parent1c42346 commitba7359d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/ref/pg_receivewal.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp