Thread: pgAdmin III commit: Fix the activity query

pgAdmin III commit: Fix the activity query

From
Guillaume Lelarge
Date:
Fix the activity query

client_hostname is not null, but empty. Therefore, the patch checks for an
empty string and not a NULL column.

Per report from Khovrine Mikhael.

Branch
------
master

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

Modified Files
--------------
pgadmin/frm/frmStatus.cpp |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)