Rename variable in AllocSetContextCreate to be consistent.

Jeff Davis <jdavis@postgresql.org>

Commit: 74811c4050921959d54d42e2c15bb79f0e2c37f3
Author: Jeff Davis <jdavis@postgresql.org>
Date: 2015-02-22T07:17:52Z
Releases: 9.5.0
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".

Files

PathChange+/−
src/backend/utils/mmgr/aset.c modified +17 −17