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

Commitd561fc5

Browse files
committed
Fix checkpoint_timeout documentation to reflect current behavior.
Jeff Janes
1 parent36bffe4 commitd561fc5

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

‎doc/src/sgml/wal.sgml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -424,12 +424,10 @@
424424
linkend="guc-checkpoint-segments"> log segments, or every <xref
425425
linkend="guc-checkpoint-timeout"> seconds, whichever comes first.
426426
The default settings are 3 segments and 300 seconds (5 minutes), respectively.
427-
In cases where little or no WAL has been written, checkpoints will be
428-
skipped even if checkpoint_timeout has passed. At least one new WAL segment
429-
must have been created before an automatic checkpoint occurs. The time
430-
between checkpoints and when new WAL segments are created are not related
431-
in any other way. If file-based WAL shipping is being used and you want to
432-
bound how often files are sent to standby server to reduce potential data
427+
In cases where no WAL has been written since the previous checkpoint, new
428+
checkpoints will be skipped even if checkpoint_timeout has passed.
429+
If WAL archiving is being used and you want to put a lower limit on
430+
how often files are archived in order to bound potential data
433431
loss, you should adjust archive_timeout parameter rather than the checkpoint
434432
parameters. It is also possible to force a checkpoint by using the SQL
435433
command <command>CHECKPOINT</command>.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp