8000 Fix typo. · xrg/postgres@9aef922 · GitHub
[go: up one dir, main page]

8000 Skip to content

Commit 9aef922

Browse files
committed
Fix typo.
Fujii Masao
1 parent c4faeeb commit 9aef922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/config.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@ SET ENABLE_SEQSCAN TO OFF;
17331733
<varname>archive_mode</> is enabled, WAL archiving is temporarily
17341734
disabled, but the server continues to accumulate WAL segment files in
17351735
the expectation that a command will soon be provided. Setting
1736-
<varname>archive_mode</> to a command that does nothing but
1736+
<varname>archive_command</> to a command that does nothing but
17371737
return true, e.g. <literal>/bin/true</>, effectively disables
17381738
archiving, but also breaks the chain of WAL files needed for
17391739
archive recovery, so it should only be used in unusual circumstances.

0 commit comments

Comments
 (0)
0