Re: [COMMITTERS] pgsql: Provide much better wait information in pg_stat_activity.

2016-03-10 Thread Peter Eisentraut
On 3/10/16 7:32 PM, Andres Freund wrote: > On 2016-03-10 18:55:47 +, Robert Haas wrote: >> Provide much better wait information in pg_stat_activity. >> >> When a process is waiting for a heavyweight lock, we will now indicate >> the type of heavyweight lock for which it is waiting. Also, you c

Re: [COMMITTERS] pgsql: Provide much better wait information in pg_stat_activity.

2016-03-10 Thread Andres Freund
On 2016-03-10 18:55:47 +, Robert Haas wrote: > Provide much better wait information in pg_stat_activity. > > When a process is waiting for a heavyweight lock, we will now indicate > the type of heavyweight lock for which it is waiting. Also, you can > now see when a process is waiting for a l

Re: [COMMITTERS] pgsql: Provide much better wait information in pg_stat_activity.

2016-03-10 Thread Pavel Stehule
Hi 2016-03-10 19:55 GMT+01:00 Robert Haas : > Provide much better wait information in pg_stat_activity. > > When a process is waiting for a heavyweight lock, we will now indicate > the type of heavyweight lock for which it is waiting. Also, you can > now see when a process is waiting for a light

[COMMITTERS] pgsql: Provide much better wait information in pg_stat_activity.

2016-03-10 Thread Robert Haas
Provide much better wait information in pg_stat_activity. When a process is waiting for a heavyweight lock, we will now indicate the type of heavyweight lock for which it is waiting. Also, you can now see when a process is waiting for a lightweight lock - in which case we will indicate the indivi