Re: Streaming replication and postmaster signaling - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Streaming replication and postmaster signaling
Date
Msg-id 3f0b79eb1001051751t68ad1f96pd53b31f07dcb8fa7@mail.gmail.com
Whole thread Raw
In response to Streaming replication and postmaster signaling  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: Streaming replication and postmaster signaling
List pgsql-hackers
On Tue, Jan 5, 2010 at 11:07 PM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
> I think it would be better to utilize the existing array of child
> processes in pmsignal.c. Instead of having postmaster peek into
> WalSndCtlData, let's add a new state to PMChildFlags,
> PM_CHILD_WALSENDER, which is just like PM_CHILD_ACTIVE but tells
> postmaster that the child is not a normal backend but a walsender.

Seems good.

> I've done that in my git branch.

Could you push that git branch to a public place?

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Auto-extending table partitions?
Next
From: Fujii Masao
Date:
Subject: Re: Streaming replication and postmaster signaling