Need to update this comment in xlog.c?

From: Amit Langote <amitlangote09(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Need to update this comment in xlog.c?
Date: 2014-02-18 02:30:41
Message-ID: CA+HiwqHy_2K05Gm8KK=1veG+OJ7d-6B-0qfq1BTWiN0V2ErxPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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;

--
Amit

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-02-18 02:35:23 Re: Changeset Extraction v7.6.1
Previous Message Tom Lane 2014-02-18 02:10:26 Re: Changeset Extraction v7.6.1