From: Greg Sabino Mullane Date: Fri, 21 Jan 2011 04:03:15 +0000 (-0500) Subject: Typo. X-Git-Tag: 2.16.0~4 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=96672beffe237eb2d4eec578946482aa6ccc7635;p=check_postgres.git Typo. --- diff --git a/check_postgres.pl b/check_postgres.pl index 89a96f850..83fcb7e05 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -2529,7 +2529,7 @@ sub check_autovac_freeze { elsif ($r->{perc} == $maxp) { $maxdb .= sprintf '%s%s', (length $maxdb ? ' | ' : ''), $r->{datname}; } - $maxt = $r->{tnxs} if $r->{txns} > $maxt; + $maxt = $r->{txns} if $r->{txns} > $maxt; next SLURP; }