Re: Need to update this comment in xlog.c?

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Need to update this comment in xlog.c?
Дата
Msg-id 53031106.4000706@vmware.com
обсуждение исходный текст
Ответ на Need to update this comment in xlog.c?  (Amit Langote <amitlangote09@gmail.com>)
Список pgsql-hackers
On 02/18/2014 04:30 AM, Amit Langote wrote:
> Hi,
>
> Should "background writer" in the following comment be "checkpointer" post-9.2?
>
> src/backend/access/transam/xlog.c
>
> /*
>   * Statistics for current checkpoint are collected in this global struct.
>   * Because only the background writer or a stand-alone backend can perform
>   * checkpoints, this will be unused in normal backends.
>   */
> CheckpointStatsData CheckpointStats;

Thanks, fixed.

- Heikki



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

Предыдущее
От: Jeevan Chalke
Дата:
Сообщение: Re: patch: option --if-exists for pg_dump
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL