Re: Need to update this comment in xlog.c? - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Need to update this comment in xlog.c?
Date
Msg-id 53031106.4000706@vmware.com
Whole thread Raw
In response to Need to update this comment in xlog.c?  (Amit Langote <amitlangote09@gmail.com>)
List 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 by date:

Previous
From: Jeevan Chalke
Date:
Subject: Re: patch: option --if-exists for pg_dump
Next
From: Heikki Linnakangas
Date:
Subject: Re: 9.2.1 & index-only scans : abnormal heap fetches after VACUUM FULL