Re: [HACKERS] Memory Context Info dump

2015-09-08 Thread Greg Stark
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

Re: [HACKERS] Memory Context Info dump

2015-09-08 Thread Tom Lane
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

[HACKERS] Memory Context Info dump

2015-09-08 Thread Rajeev rastogi
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