pgAdmin III commit: Fix bad query in the query tool

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix bad query in the query tool
Date: 2011-08-31 18:45:54
Message-ID: E1QypnO-0007Vw-PS@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix bad query in the query tool

Issue reported in http://forums.enterprisedb.com/posts/list/2831.page:
On a quiet server with 12 sessions, all are <IDLE>, but some are in the color
for idle and some are in the color for slow query. It is my understanding that
Slow Queries is for queries running over 10 seconds, but these are idle and
should reflect that color.

Branch
------
REL-1_14_0_PATCHES

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

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-09-02 17:46:40 Re: v1.14 beta1: Ctrl-C does not copy selected text inside a textbox in the edit grid
Previous Message Guillaume Lelarge 2011-08-30 20:11:00 pgAdmin III commit: Fixed Combobox for Reference columns showing droppe