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:
4a654cc
)
Remove tab that snuck in.
author
Greg Sabino Mullane
<
[email protected]
>
Fri, 14 Jan 2011 01:22:34 +0000
(20:22 -0500)
committer
Greg Sabino Mullane
<
[email protected]
>
Fri, 14 Jan 2011 01:22:34 +0000
(20:22 -0500)
check_postgres.pl
patch
|
blob
|
blame
|
history
diff --git
a/check_postgres.pl
b/check_postgres.pl
index d67ab06522648f73fb64b501a6d8abda1da95dde..81e947df36e5065c7eafad7d449c96bb89bebe66 100755
(executable)
--- a/
check_postgres.pl
+++ b/
check_postgres.pl
@@
-7041,7
+7041,7
@@
FROM pg_stat_activity
WHERE xact_start IS NOT NULL $USERWHERECLAUSE
};
-
my $info = run_command($SQL, { regex => qr{\| \d+\n}, emptyok => 1 } );
+ my $info = run_command($SQL, { regex => qr{\| \d+\n}, emptyok => 1 } );
$db = $info->{db}[0];
my $slurp = $db->{slurp};