pgAdmin III commit: Fix showing of blocked processes in the status view - Mailing list pgadmin-hackers

From Magnus Hagander
Subject pgAdmin III commit: Fix showing of blocked processes in the status view
Date
Msg-id 201105041949.p44Jn2FA030895@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix showing of blocked processes in the status view

Properly show blocked processes when the lock is on
transactionid, and show -1 if it's blocking but we
can't figure out what it's blocking on.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=c1fa4f426683936834046b15ebf759e9dcc54088

Modified Files
--------------
CHANGELOG                 |    3 +++
pgadmin/frm/frmStatus.cpp |    7 +++++--
2 files changed, 8 insertions(+), 2 deletions(-)


pgadmin-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgAdmin III commit: Fix showing of blocked processes in the status view
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Comments are available on fdw and foreign server