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