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

Поиск
Список
Период
Сортировка
От tgl@svr1.postgresql.org (Tom Lane)
Тема pgsql: Add DEBUG1-level logging of checkpoint start and end.
Дата
Msg-id 20041029001609.86AF93A2B41@svr1.postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: This makes dblink pass its installcheck test on platforms where
Следующее
От: neilc@svr1.postgresql.org (Neil Conway)
Дата:
Сообщение: pgsql: Minor improvements to the tablespace documentation.