From: Greg Sabino Mullane Date: Fri, 14 Jan 2011 01:22:34 +0000 (-0500) Subject: Remove tab that snuck in. X-Git-Tag: 2.16.0~10 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d3a8c8862aa22b089f63e63b427a3d7587210e4a;p=check_postgres.git Remove tab that snuck in. --- diff --git a/check_postgres.pl b/check_postgres.pl index d67ab0652..81e947df3 100755 --- 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};