pgsql: Allocate local buffers in a context of their own, rather than

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Allocate local buffers in a context of their own, rather than
Дата
Msg-id 20100819161627.8746E7541D7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Allocate local buffers in a context of their own, rather than dumping them
into TopMemoryContext.  This makes no functional difference, but makes it
easier to see what the space is being used for in MemoryContextStats dumps.
Per a recent example in which I was surprised by the size of TopMemoryContext.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/storage/buffer:
        localbuf.c (r1.89 -> r1.89.6.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/buffer/localbuf.c?r1=1.89&r2=1.89.6.1)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Allocate local buffers in a context of their own, rather than
Следующее
От: heikki@postgresql.org (Heikki Linnakangas)
Дата:
Сообщение: pgsql: Revert patch to coerce 'unknown' type parameters in the backend.