pgsql: Rename variable in AllocSetContextCreate to be consistent. - Mailing list pgsql-committers

From Jeff Davis
Subject pgsql: Rename variable in AllocSetContextCreate to be consistent.
Date
Msg-id E1YPQor-0000iT-5S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename variable in AllocSetContextCreate to be consistent.

Everywhere else in the file, "context" is of type MemoryContext and
"set" is of type AllocSet. AllocSetContextCreate uses a variable of
type AllocSet, so rename it from "context" to "set".

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/74811c4050921959d54d42e2c15bb79f0e2c37f3

Modified Files
--------------
src/backend/utils/mmgr/aset.c |   34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Jeff Davis
Date:
Subject: pgsql: In array_agg(), don't create a new context for every group.
Next
From: Tom Lane
Date:
Subject: pgsql: Represent BETWEEN as a special node type in raw parse trees.