Re: Small typo in syncrep.h

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Small typo in syncrep.h
Date: 2013-05-23 15:36:53
Message-ID: CA+TgmoZAwmLfKFGb-fj2uz_cd2pCiYs8C9-J1R3MUKJ17600nA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, May 23, 2013 at 4:44 AM, Pavan Deolasee
<pavan(dot)deolasee(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-05-23 15:39:22 Re: Time limit for a process to hold Content lock in Buffer Cache
Previous Message Fujii Masao 2013-05-23 15:34:21 Re: pg_rewind, a tool for resynchronizing an old master after failover