mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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>
This commit is contained in:
@ -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>
|
||||
|
||||
|
@ -17948,11 +17948,6 @@ SELECT collation for ('foo' COLLATE "de_DE");
|
||||
<entry><type>pg_lsn</type></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>prior_lsn</literal></entry>
|
||||
<entry><type>pg_lsn</type></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><literal>redo_lsn</literal></entry>
|
||||
<entry><type>pg_lsn</type></entry>
|
||||
|
Reference in New Issue
Block a user