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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add DEBUG1-level logging of checkpoint start and end.
Date: 2004-10-29 00:16:09
Message-ID: 20041029001609.86AF93A2B41@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-10-29 02:11:19 pgsql: Minor improvements to the tablespace documentation.
Previous Message Tom Lane 2004-10-28 22:31:15 pgsql: This makes dblink pass its installcheck test on platforms where