Re: dynamic shared memory: wherein I am punished for good intentions - Mailing list pgsql-hackers

From Robert Haas
Subject Re: dynamic shared memory: wherein I am punished for good intentions
Date
Msg-id CA+TgmobTO8vZuH0Vp2LbYSJyRSzYzn+L74hdEKNtveZeDKTdMw@mail.gmail.com
Whole thread Raw
In response to Re: dynamic shared memory: wherein I am punished for good intentions  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On Thu, Oct 10, 2013 at 7:59 PM, Josh Berkus <josh@agliodbs.com> wrote:
>>> (5) Default to POSIX, and allow for SysV as a compile-time option for
>>> platforms with poor POSIX memory support.
>>
>> OK, I did #5.  Let's see how that works.
>
> Andrew pointed out upthread that, since platforms are unlikely to change
> what they support dynamically, we could do this at initdb time instead.

Oh, sorry, that's what I did.  I missed the fact that your #5 and his
#5 were different.

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



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: dynamic shared memory: wherein I am punished for good intentions
Next
From: Peter Eisentraut
Date:
Subject: Re: [COMMITTERS] pgsql: Revive line type