diff --git a/Release_(3.0)/pgAdmin3.exe b/Release_(3.0)/pgAdmin3.exe index 7a4c53a..cf83638 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 5ecbb0a..085d0da 100644 --- a/frm/frmStatus.cpp +++ b/frm/frmStatus.cpp @@ -1664,10 +1664,10 @@ void frmStatus::OnRefreshStatusTimer(wxTimerEvent &event) wxArrayLong pids; while (!dataSet1->Eof()) { + pid = dataSet1->GetLong(wxT("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")));