Обсуждение: pgsql: Rename variable in AllocSetContextCreate to be consistent.

Поиск
Список
Период
Сортировка

pgsql: Rename variable in AllocSetContextCreate to be consistent.

От
Jeff Davis
Дата:
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(-)