]> granicus.if.org Git - postgresql/commit
Rename variable in AllocSetContextCreate to be consistent.
authorJeff Davis <jdavis@postgresql.org>
Sun, 22 Feb 2015 07:17:52 +0000 (23:17 -0800)
committerJeff Davis <jdavis@postgresql.org>
Sun, 22 Feb 2015 07:17:52 +0000 (23:17 -0800)
commit74811c4050921959d54d42e2c15bb79f0e2c37f3
treeb1c5faef9f97d089a2fb9d97788c7fa4f7a89a67
parentb419865a814abbca12bdd6eef6a3d5ed67f432e1
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".
src/backend/utils/mmgr/aset.c