Re: possible dsm bug in dsm_attach() - Mailing list pgsql-hackers

From Robert Haas
Subject Re: possible dsm bug in dsm_attach()
Date
Msg-id CA+TgmoZs32jfy6rcvx3f8+d9ZJxBusf7iZ0PGnt3JLvmm5D6PA@mail.gmail.com
Whole thread Raw
In response to Re: possible dsm bug in dsm_attach()  (Amit Kapila <amit.kapila16@gmail.com>)
List pgsql-hackers
On Wed, Mar 25, 2015 at 6:11 AM, Amit Kapila <amit.kapila16@gmail.com> wrote:
> I am facing an issue in case we need to create many segments for
> large inheritance hierarchy.  Attached patch fixes the problem for me.

Sigh.  You'd think I'd be able to write a 30-line patch without
introducing not one but two stupid bugs.  But if you did think that,
you'd be wrong.

Committed.

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



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [COMMITTERS] pgsql: Centralize definition of integer limits.
Next
From: Robert Haas
Date:
Subject: Re: Why SyncRepWakeQueue is not static?