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

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix showing of blocked processes in the status view
Date: 2011-05-04 19:49:02
Message-ID: 201105041949.p44Jn2Lq030897@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-05-04 19:51:22 pgAdmin III commit: Comments are available on fdw and foreign server
Previous Message Guillaume Lelarge 2011-05-04 19:39:18 Re: pgAdmin 1.14 Visual Tour