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:
a8f12db
)
Missing space.
author
Greg Sabino Mullane
<
[email protected]
>
Thu, 23 Jul 2009 12:13:59 +0000
(08:13 -0400)
committer
Greg Sabino Mullane
<
[email protected]
>
Thu, 23 Jul 2009 12:13:59 +0000
(08:13 -0400)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index ca28e32f67a9c3c5939836fbccdc623cfa893e76..69e47703346d13214265a4570ae2f92f4ba7174b 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-2497,10
+2497,10
@@
FROM (
};
if (! defined $opt{include}) {
- $SQL .= "WHERE sml.relpages - otta > $MINPAGES OR ipages - iotta > $MINIPAGES";
+ $SQL .= "
WHERE sml.relpages - otta > $MINPAGES OR ipages - iotta > $MINIPAGES";
$SQL .= " LIMIT $LIMIT";
}
- $SQL .= "ORDER BY wastedbytes DESC";
+ $SQL .= "
ORDER BY wastedbytes DESC";
my $info = run_command($SQL);