mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 14:15:49 -06:00
fix issue #49
Такое поведение возможно на 10,11,12 версиях. Я убрал возможность просмотра xmin реплик для этих версий.
This commit is contained in:
parent
cfa8f8eebc
commit
0ee1ba3a8f
2 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue