Re: Memory context usage - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Memory context usage
Date
Msg-id 1740.1251434809@sss.pgh.pa.us
Whole thread Raw
In response to Memory context usage  (Adriano Lange <alange0001@gmail.com>)
Responses Re: Memory context usage  (Greg Smith <gsmith@gregsmith.com>)
List pgsql-hackers
Adriano Lange <alange0001@gmail.com> writes:
> How can I get the used memory of a memory context?

MemoryContextStats() might help.  It just dumps the info to stderr
though.
        regards, tom lane


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: [PATCH] Largeobject access controls
Next
From: Greg Stark
Date:
Subject: Re: 8.5 release timetable, again