From 96672beffe237eb2d4eec578946482aa6ccc7635 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Thu, 20 Jan 2011 23:03:15 -0500 Subject: [PATCH] Typo. --- check_postgres.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.30.2