From: | neilc(at)postgresql(dot)org (Neil Conway) |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Adjust the output of MemoryContextStats() so that the stats for a |
Date: | 2007-08-07 06:25:14 |
Message-ID: | 20070807062514.ABD379FB4F3@postgresql.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | 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)
From | Date | Subject | |
---|---|---|---|
Next Message | User Korryd | 2007-08-07 16:38:10 | edb-debugger - server: Getting a clean compile on OpenBSD, courtesy |
Previous Message | User Eggyknap | 2007-08-07 02:33:22 | pgsnmpd - pgsnmpd: Modify subprocess handling code to be theoretically |