Re: dynamic shared memory - Mailing list pgsql-hackers

From Robert Haas
Subject Re: dynamic shared memory
Date
Msg-id CA+Tgmob32a=dX1pAe3wxDe0=vS_4u0R4Wdux=MyugXjyxe388w@mail.gmail.com
Whole thread Raw
In response to Re: dynamic shared memory  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Mon, Oct 14, 2013 at 11:11 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> During test, I found one issue in Windows implementation.
>
> During startup, when it tries to create new control segment for
> dynamic shared memory, it loops until an unused identifier is found,
> but for Windows implementation (dsm_impl_windows()), it was returning
> error for EEXIST. This error will convert into FATAL as it is during
> postmaster startup and will not allow server to start.
>
> Please find attached patch to fix the problem.

Committed, thanks.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Soroosh Sardari
Date:
Subject: Re: Planner issue
Next
From: Josh Berkus
Date:
Subject: Re: Patch for reserved connections for replication users