Re: Deferring some AtStart* allocations? - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Deferring some AtStart* allocations?
Date
Msg-id 20141028141642.GO2639@awork2.anarazel.de
Whole thread Raw
In response to Re: Deferring some AtStart* allocations?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Deferring some AtStart* allocations?
List pgsql-hackers
On 2014-10-24 11:25:23 -0400, Robert Haas wrote:
> On Fri, Oct 24, 2014 at 10:10 AM, Andres Freund <andres@2ndquadrant.com> wrote:
> > What I was thinking was that you'd append the messages to the layer one
> > level deeper than the parent. Then we'd missed the invalidations when
> > rolling back the intermediate xact. But since I was quite mistaken
> > above, this isn't a problem :)
> 
> So, you happy with the patch now?

Yes.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [WIP Patch] Using 128-bit integers for sum, avg and statistics aggregates
Next
From: Simon Riggs
Date:
Subject: Re: WIP: Access method extendability