Thread: pgsql: Add DEBUG1-level logging of checkpoint start and end.

pgsql: Add DEBUG1-level logging of checkpoint start and end.

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Add DEBUG1-level logging of checkpoint start and end.  Also, reduce the
'recycled log files' and 'removed log files' messages from DEBUG1 to
DEBUG2, replacing them with a count of files added/removed/recycled in
the checkpoint end message, as per suggestion from Simon Riggs.

Modified Files:
--------------
    pgsql/src/backend/access/transam:
        xlog.c (r1.174 -> r1.175)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c.diff?r1=1.174&r2=1.175)