]> granicus.if.org Git - postgresql/commit
Log restartpoints in the same fashion as checkpoints.
authorRobert Haas <rhaas@postgresql.org>
Thu, 3 Feb 2011 02:08:53 +0000 (21:08 -0500)
committerRobert Haas <rhaas@postgresql.org>
Thu, 3 Feb 2011 02:08:53 +0000 (21:08 -0500)
commit0af695fd43b6889613a4035e3cdfcc0fc1b7936a
tree634992f6a66dc788021a772e4aecb6b5c9e60797
parentcd7d748d51df3c5dedcc49a3603e6fa9c050f237
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.
doc/src/sgml/config.sgml
src/backend/access/transam/xlog.c