File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 there are little or no writes to the WAL , checkpoints will be
427+ In cases where little or no WAL has been written , checkpoints will be
428428 skipped even if checkpoint_timeout has passed. At least one new WAL segment
429429 must have been created before an automatic checkpoint occurs. The time
430430 between checkpoints and when new WAL segments are created are not related
431431 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
433- loss you should adjust archive_timeout parameter rather than the checkpoint
432+ bound how often files are sent to standby server to reduce potential data
433+ loss, you should adjust archive_timeout parameter rather than the checkpoint
434434 parameters. It is also possible to force a checkpoint by using the SQL
435435 command <command>CHECKPOINT</command>.
436436 </para>
You can’t perform that action at this time.
0 commit comments