mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-07-20 06:06:42 -06:00
bug fix
This commit is contained in:
parent
e828b5f35b
commit
cecc5fd482
2 changed files with 2 additions and 2 deletions
Binary file not shown.
|
|
@ -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")));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue