You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Do the check on replay delay in case SR has disconnected because it way too far behind
5170
5172
my$msg = qq{$rep_delta};
5171
-
if ($psql_version >= 9.1) {
5173
+
if ($version >= 9.1) {
5172
5174
$msg .= qq{ and $time_delta seconds}
5173
5175
}
5174
5176
if ((length$criticalorlength$ctime) and (!length$criticalorlength$criticaland$rep_delta > $critical) and (!length$ctimeorlength$ctimeand$time_delta > $ctime)) {
0 commit comments