Re: Double linking MemoryContext children - Mailing list pgsql-hackers

From Thom Brown
Subject Re: Double linking MemoryContext children
Date
Msg-id CAA-aLv6YKSovwBVGFjDYBktTUatTFYcMkhFOjxLBQGaP88GEnw@mail.gmail.com
Whole thread Raw
In response to Re: Double linking MemoryContext children  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
List pgsql-hackers
On 7 December 2015 at 01:30, Jim Nasby <Jim.Nasby@bluetreble.com> wrote:
> On 9/14/15 7:24 AM, Jan Wieck wrote:
>>
>> On 09/12/2015 11:35 AM, Kevin Grittner wrote:
>>
>>> On the other hand, a grep indicates that there are two places that
>>> MemoryContextData.nextchild is set (and we therefore probably need
>>> to also set the new field), and Jan's proposed patch only changes
>>> one of them.  If we do this, I think we need to change both places
>>> that are affected, so ResourceOwnerCreate() in resowner.c would
>>> need a line or two added.
>>
>>
>> ResourceOwnerCreate() sets ResourceOwnerData.nextchild, not
>> MemoryContextData.nextchild.
>
>
> Anything ever happen with this? </Momjian-Mode>

Yeah, it was committed... a few mins ago.

Thom



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: Fwd: Another little thing about psql wrapped expanded output
Next
From: Michael Paquier
Date:
Subject: Re: HELP!!! The WAL Archive is taking up all space