diff options
Diffstat (limited to 'doc/src/sgml/wal.sgml')
-rw-r--r-- | doc/src/sgml/wal.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/wal.sgml b/doc/src/sgml/wal.sgml index bd9fae544c1..1902f36291d 100644 --- a/doc/src/sgml/wal.sgml +++ b/doc/src/sgml/wal.sgml @@ -596,8 +596,8 @@ indicate that the already-processed WAL data need not be scanned again, and then recycles any old log segment files in the <filename>pg_wal</filename> directory. - Restartpoints can't be performed more frequently than checkpoints in the - master because restartpoints can only be performed at checkpoint records. + Restartpoints can't be performed more frequently than checkpoints on the + primary because restartpoints can only be performed at checkpoint records. A restartpoint is triggered when a checkpoint record is reached if at least <varname>checkpoint_timeout</varname> seconds have passed since the last restartpoint, or if WAL size is about to exceed |