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

From Jeff Davis
Subject Variable renaming in AllocSetContextCreate (will commit soon, no functional impact)
Date
Msg-id 1424573353.12308.240.camel@jeff-desktop
Whole thread Raw
Responses Re: Variable renaming in AllocSetContextCreate (will commit soon, no functional impact)  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: PATCH: decreasing memory needlessly consumed by array_agg
Next
From: Petr Jelinek
Date:
Subject: Re: Replication identifiers, take 4