Thread: pgAdmin III commit: Fix showing of blocked processes in the status view

pgAdmin III commit: Fix showing of blocked processes in the status view

From
Magnus Hagander
Date:
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
------
REL-1_12_0_PATCHES

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

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