diff --git a/Release_(3.0)/pgAdmin3.exe b/Release_(3.0)/pgAdmin3.exe index 5214df7..7a4c53a 100644 Binary files a/Release_(3.0)/pgAdmin3.exe and b/Release_(3.0)/pgAdmin3.exe differ diff --git a/frm/frmStatus.cpp b/frm/frmStatus.cpp index aa3a586..5ecbb0a 100644 --- a/frm/frmStatus.cpp +++ b/frm/frmStatus.cpp @@ -1664,11 +1664,11 @@ void frmStatus::OnRefreshStatusTimer(wxTimerEvent &event) wxArrayLong pids; while (!dataSet1->Eof()) { - pid = dataSet1->GetLong(wxT("pid")); - pids.Add(pid); // Update the UI if (pid != backend_pid) { + pid = dataSet1->GetLong(wxT("pid")); + pids.Add(pid); // Add the query content to the queries array queries.Add(dataSet1->GetVal(wxT("query")));