Re: Small typo in syncrep.h - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Small typo in syncrep.h
Date
Msg-id CA+TgmoZAwmLfKFGb-fj2uz_cd2pCiYs8C9-J1R3MUKJ17600nA@mail.gmail.com
Whole thread Raw
In response to Small typo in syncrep.h  (Pavan Deolasee <pavan.deolasee@gmail.com>)
List pgsql-hackers
On Thu, May 23, 2013 at 4:44 AM, Pavan Deolasee
<pavan.deolasee@gmail.com> wrote:
> While reading code, I noticed a small typo in syncrep.h. It says
> SyncRepUpdateSyncStandbysDefined() is called by wal writer whereas its
> called by the checkpointer process, at least in the HEAD. Previously, it was
> being called by the bgwriter process.
>
> Attached patches fix this in the relevant releases.

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: pg_rewind, a tool for resynchronizing an old master after failover
Next
From: Tom Lane
Date:
Subject: Re: Time limit for a process to hold Content lock in Buffer Cache