Такое поведение возможно на 10,11,12 версиях.
Я убрал возможность просмотра xmin реплик для этих версий.
This commit is contained in:
lsv 2024-11-10 23:03:05 +05:00
parent cfa8f8eebc
commit 0ee1ba3a8f
2 changed files with 1 additions and 1 deletions

View file

@ -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.