diff --git a/frm/frmStatus.cpp b/frm/frmStatus.cpp index 57ec82d..9d29452 100644 --- a/frm/frmStatus.cpp +++ b/frm/frmStatus.cpp @@ -1841,7 +1841,7 @@ void frmStatus::OnRefreshStatusTimer(wxTimerEvent& event) ) v) v\ "; bool iswalsend = false; - if (connection->BackendMinimumVersion(10, 0)) + if (connection->BackendMinimumVersion(13, 0)) { if (connection->BackendMinimumVersion(13, 0)) { diff --git a/x64/Release_(3.0)/pgAdmin3.exe b/x64/Release_(3.0)/pgAdmin3.exe index 5de5c13..8cac792 100644 Binary files a/x64/Release_(3.0)/pgAdmin3.exe and b/x64/Release_(3.0)/pgAdmin3.exe differ