pgsql: Adjust the output of MemoryContextStats() so that the stats for a

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Adjust the output of MemoryContextStats() so that the stats for a
Дата
Msg-id 20070807062514.ABD379FB4F3@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Adjust the output of MemoryContextStats() so that the stats for a
child memory contexts is indented two spaces to the right of its
parent context.  This should make it easier to deduce the memory
context hierarchy from the output of MemoryContextStats().

Modified Files:
--------------
    pgsql/src/backend/utils/mmgr:
        aset.c (r1.72 -> r1.73)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/aset.c.diff?r1=1.72&r2=1.73)
        mcxt.c (r1.61 -> r1.62)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mmgr/mcxt.c.diff?r1=1.61&r2=1.62)
    pgsql/src/include/nodes:
        memnodes.h (r1.32 -> r1.33)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/nodes/memnodes.h.diff?r1=1.32&r2=1.33)

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

Предыдущее
От: eggyknap@pgfoundry.org (User Eggyknap)
Дата:
Сообщение: pgsnmpd - pgsnmpd: Modify subprocess handling code to be theoretically
Следующее
От: korryd@pgfoundry.org (User Korryd)
Дата:
Сообщение: edb-debugger - server: Getting a clean compile on OpenBSD, courtesy