Re: Variable renaming in AllocSetContextCreate (will commit soon, no functional impact)

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Variable renaming in AllocSetContextCreate (will commit soon, no functional impact)
Date: 2015-02-22 07:21:06
Message-ID: 1424589666.12308.243.camel@jeff-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2015-02-22 08:14:26 Re: 9.5: Better memory accounting, towards memory-bounded HashAgg
Previous Message Jeff Davis 2015-02-22 07:05:01 Re: PATCH: decreasing memory needlessly consumed by array_agg