Thread: pgsql: Log restartpoints in the same fashion as checkpoints.

pgsql: Log restartpoints in the same fashion as checkpoints.

From
Robert Haas
Date:
Log restartpoints in the same fashion as checkpoints.

Prior to 9.0, restartpoints never created, deleted, or recycled WAL
files, but now they can.  This code makes log_checkpoints treat
checkpoints and restartpoints symmetrically.  It also adjusts up
the documentation of the parameter to mention restartpoints.

Fujii Masao.  Docs by me, as suggested by Itagaki Takahiro.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0af695fd43b6889613a4035e3cdfcc0fc1b7936a

Modified Files
--------------
doc/src/sgml/config.sgml          |    7 +++----
src/backend/access/transam/xlog.c |   22 ++++++++++++++--------
2 files changed, 17 insertions(+), 12 deletions(-)