summaryrefslogtreecommitdiff
path: root/doc/src/sgml/backup.sgml
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2017-11-07 12:56:30 -0500
committerSimon Riggs <simon@2ndQuadrant.com>2017-11-07 12:56:30 -0500
commit4b0d28de06b28e57c540fca458e4853854fbeaf8 (patch)
treeda303bac1c03aa7a84d9170a6ffc39fdad073721 /doc/src/sgml/backup.sgml
parent98267ee83e068afa8bd85c8cc710ab2144e711fa (diff)
downloadpostgresql-4b0d28de06b28e57c540fca458e4853854fbeaf8.tar.gz
Remove secondary checkpoint
Previously server reserved WAL for last two checkpoints, which used too much disk space for small servers. Bumps PG_CONTROL_VERSION Author: Simon Riggs <simon@2ndQuadrant.com> Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
Diffstat (limited to 'doc/src/sgml/backup.sgml')
-rw-r--r--doc/src/sgml/backup.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index fa3a701631..39bb25c8e2 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -568,7 +568,7 @@ tar -cf backup.tar /usr/local/pgsql/data
normally creates just a few segment files and then
<quote>recycles</quote> them by renaming no-longer-needed segment files
to higher segment numbers. It's assumed that segment files whose
- contents precede the checkpoint-before-last are no longer of
+ contents precede the last checkpoint are no longer of
interest and can be recycled.
</para>