projects
/
check_postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceb5016
)
Typo.
author
Greg Sabino Mullane
<
[email protected]
>
Fri, 21 Jan 2011 04:03:15 +0000
(23:03 -0500)
committer
Greg Sabino Mullane
<
[email protected]
>
Fri, 21 Jan 2011 04:03:15 +0000
(23:03 -0500)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index 89a96f85054c859efedb1faec110a02fb760a74e..83fcb7e05ea6a30bae4dfe5da0162193ec691be5 100755
(executable)
--- 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->{t
nx
s} if $r->{txns} > $maxt;
+ $maxt = $r->{t
xn
s} if $r->{txns} > $maxt;
next SLURP;
}