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

Commit4b636e3

Browse files
committed
Wording improvements for archive_timeout.
1 parent52a3ed9 commit4b636e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/config.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.79 2006/09/0213:12:50 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/config.sgml,v 1.80 2006/09/0221:11:26 momjian Exp $ -->
22

33
<chapter Id="runtime-config">
44
<title>Server Configuration</title>
@@ -1591,8 +1591,8 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
15911591
</indexterm>
15921592
<listitem>
15931593
<para>
1594-
The<xref linkend="guc-archive-command"> is only invoked on completed
1595-
WAL segments. Hence,
1594+
By default, the<xref linkend="guc-archive-command"> is only invoked
1595+
on completedWAL segments. Hence,
15961596
if your server generates only little WAL traffic (or has slack periods
15971597
where it does so), there could be a long delay between the completion
15981598
of a transaction and its safe recording in archive storage. To put
@@ -1602,7 +1602,7 @@ archive_command = 'copy "%p" /mnt/server/archivedir/"%f"' # Windows
16021602
greater than zero, the server will switch to a new segment file
16031603
whenever this many seconds elapse since the last segment file switch.
16041604
Note that archived
1605-
files that areended early due to a forced switch are still the same
1605+
files that areclosed early due to a forced switch are still the same
16061606
length as completely full files. It is therefore unwise to set a very
16071607
short <varname>archive_timeout</> &mdash; it will bloat your archive
16081608
storage. <varname>archive_timeout</> settings of a minute or so are

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp