Re: [PATCH] "could not reattach to shared memory" on Windows - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: [PATCH] "could not reattach to shared memory" on Windows
Date
Msg-id 4A5CA3B7.8090000@enterprisedb.com
Whole thread Raw
In response to Re: [PATCH] "could not reattach to shared memory" on Windows  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera wrote:
> Tsutomu Yamada wrote:
> 
>> This patch using VirtualAlloc()/VirtualFree() to avoid failing in
>> reattach to shared memory.
>>
>> Can this be added to CommitFest ?
> 
> Since this fixes a very annoying bug present in older versions, I think
> this should be backpatched all the way back to 8.2.

That doesn't sound like a good idea, at least not before we have more
experience of how the patch is working in the field.

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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] "could not reattach to shared memory" on Windows
Next
From: Jaime Casanova
Date:
Subject: Re: Sampling profiler updated