Re: Variable renaming in AllocSetContextCreate (will commit soon, no functional impact) - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Variable renaming in AllocSetContextCreate (will commit soon, no functional impact)
Date
Msg-id 1424589666.12308.243.camel@jeff-desktop
Whole thread Raw
In response to Re: Variable renaming in AllocSetContextCreate (will commit soon, no functional impact)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, 2015-02-22 at 00:07 -0500, Tom Lane wrote:
> If you want to have just *one* variable but change its name and type,
> I'd be ok with that.

Thank you for taking a quick look. Committed as a simple rename from
"context" to "set".

Regards,Jeff Davis





pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: PATCH: decreasing memory needlessly consumed by array_agg
Next
From: Jeff Davis
Date:
Subject: Re: 9.5: Better memory accounting, towards memory-bounded HashAgg