On Tue, Sep 8, 2015 at 4:30 PM, Tom Lane wrote:
> As an example of potentially-more-useful aids, I'm wondering about
> tracking the high-water memory consumption of each memory context.
> (This probably wouldn't be terribly expensive if it were done at the
> granularity of malloc requests rather t
Rajeev rastogi writes:
> In our customer environment as well as during development, we have observed
> that many time we need to get details of memory used by each contexts in
> order to analyze the memory consumption/leak.
> So I would like to propose one contrib function interface, which will
In our customer environment as well as during development, we have observed
that many time we need to get details of memory used by each contexts in order
to analyze the memory consumption/leak.
So I would like to propose one contrib function interface, which will dump the
whole memory context i