Обсуждение: pgsql: Adjust the output of MemoryContextStats() so that the stats for a

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

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

От
neilc@postgresql.org (Neil Conway)
Дата:
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)