Re: Latch implementation that wakes on postmaster death on both win32 and Unix

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Cc: Peter Geoghegan <peter(at)2ndquadrant(dot)com>, PG Hackers <pgsql-hackers(at)postgresql(dot)org>, Florian Pflug <fgp(at)phlo(dot)org>
Subject: Re: Latch implementation that wakes on postmaster death on both win32 and Unix
Date: 2011-06-30 07:58:01
Message-ID: 4E0C2C89.8060304@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 30.06.2011 09:36, Fujii Masao wrote:
> On Sat, Jun 25, 2011 at 10:41 AM, Peter Geoghegan<peter(at)2ndquadrant(dot)com> wrote:
>> Attached is patch that addresses Fujii's third and most recent set of concerns.
>
> Thanks for updating the patch!
>
>> I think that Heikki is currently taking another look at my work,
>> because he indicates in a new message to the list a short time ago
>> that while reviewing my patch, he realised that there may be an
>> independent problem with silent_mode. I will wait for his remarks
>> before producing another version of the patch that incorporates those
>> two small changes.
>
> Yes, we should wait for the comments from Heikki. But, I have another
> comments;

Here's a WIP patch with some mostly cosmetic changes I've done this far.
I haven't tested the Windows code at all yet. It seems that no-one is
objecting to removing silent_mode altogether, so I'm going to do that
before committing this patch.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

Attachment Content-Type Size
new_latch-v7.1.patch text/x-diff 25.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yeb Havinga 2011-06-30 08:03:22 Re: Parameterized aggregate subquery
Previous Message Yeb Havinga 2011-06-30 07:39:39 Re: Parameterized aggregate subquery (was: Pull up aggregate subquery)