pgsql: Rename variable in AllocSetContextCreate to be consistent.

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема pgsql: Rename variable in AllocSetContextCreate to be consistent.
Дата
Msg-id E1YPQor-0000iT-5S@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Jeff Davis
Дата:
Сообщение: pgsql: In array_agg(), don't create a new context for every group.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Represent BETWEEN as a special node type in raw parse trees.