Re: bug in SignalSomeChildren
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-12-17T13:08:04Z
Lists: pgsql-hackers
Attachments
- signal-some-children.patch (application/octet-stream) patch
On Tue, Dec 14, 2010 at 10:54 PM, Fujii Masao <masao.fujii@gmail.com> wrote: > I found a bug which always prevents SignalSomeChildren with > BACKEND_TYPE_WALSND from sending a signal to walsender. > > Though currently SignalSomeChildren with BACKEND_TYPE_WALSND > has not been called anywhere, it's not hard to believe that will > be called in the future. So we should apply the following change. I think the attached might be a little tidier. Thoughts? -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company