[HACKERS] Logging idle checkpoints

Поиск
Список
Период
Сортировка
От Vik Fearing
Тема [HACKERS] Logging idle checkpoints
Дата
Msg-id ad34fa48-51ee-3e3c-e8eb-6e5bab372c77@2ndquadrant.com
обсуждение исходный текст
Ответы Re: [HACKERS] Logging idle checkpoints  (Andres Freund <andres@anarazel.de>)
Re: [HACKERS] Logging idle checkpoints  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
I recently had a sad because I noticed that checkpoint counts were
increasing in pg_stat_bgwriter, but weren't accounted for in my logs
with log_checkpoints enabled.

After some searching, I found that it was the idle checkpoints that
weren't being logged.  I think this is a missed trick in 6ef2eba3f57.

Attached is a one-liner fix.  I realize how imminent we are from
releasing v10 but I hope there is still time for such a minor issue as this.
-- 
Vik Fearing                                          +33 6 46 75 15 36
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: [HACKERS] ANALYZE command progress checker
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: [HACKERS] Statement-level rollback