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

Neil Conway <neilc@samurai.com>

Commit: 849ec99753982eafd223bdb1c9d854aaca3e8f2f
Author: Neil Conway <neilc@samurai.com>
Date: 2007-08-07T06:25:14Z
Releases: 8.3.0
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().

Files

PathChange+/−
src/backend/utils/mmgr/aset.c modified +8 −3
src/backend/utils/mmgr/mcxt.c modified +11 −4
src/include/nodes/memnodes.h modified +2 −2