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

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Variable renaming in AllocSetContextCreate (will commit soon, no functional impact)
Date: 2015-02-22 02:49:13
Message-ID: 1424573353.12308.240.camel@jeff-desktop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This is just to make the variable names in this function consistent with
the rest of the file (and less confusing). No functional impact, so I'll
commit soon unless someone objects.

Previously, this was part of the memory accounting patch, but that
hasn't made it in yet. Might as well commit the cleanup at least.

Regards,
Jeff Davis

Attachment Content-Type Size
aset_rename.diff text/x-patch 3.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2015-02-22 03:59:30 Re: Replication identifiers, take 4
Previous Message Tomas Vondra 2015-02-22 02:14:55 Re: PATCH: decreasing memory needlessly consumed by array_agg