mirror of
https://github.com/postgres/postgres.git
synced 2026-05-31 12:58:58 -04:00
4b0d28de06
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>