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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgAdmin III commit: Fix showing of blocked processes in the status view
Дата
Msg-id 201105041949.p44Jn2FA030895@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgAdmin III commit: Fix showing of blocked processes in the status view
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Comments are available on fdw and foreign server