From: Greg Sabino Mullane Date: Fri, 27 Mar 2009 14:12:32 +0000 (-0400) Subject: Colon to equaly X-Git-Tag: 2.9.0~135 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=cc76cde9149232eb87f6734d092c01dbdf898dd8;p=check_postgres.git Colon to equaly --- diff --git a/check_postgres.pl b/check_postgres.pl index 739b60414..df33b4e7b 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -230,7 +230,7 @@ our %msg = ( 'time-weeks' => q{weeks}, 'time-year' => q{year}, 'time-years' => q{years}, - 'timesync-diff' => q{ diff:$1}, ## leading space + 'timesync-diff' => q{ diff=$1}, ## leading space 'timesync-msg' => q{timediff=$1 DB=$2 Local=$3}, 'trigger-msg' => q{Disabled triggers: $1}, 'txnidle-msg' => q{longest idle in txn: $1s}, @@ -404,7 +404,7 @@ our %msg = ( 'time-weeks' => q{semaines}, 'time-year' => q{année}, 'time-years' => q{années}, - 'timesync-diff' => q{ diff:$1}, ## leading space + 'timesync-diff' => q{ diff=$1}, ## leading space 'timesync-msg' => q{timediff=$1 Base de données=$2 Local=$3}, 'trigger-msg' => q{Triggers désactivés : $1}, 'txnidle-msg' => q{longest idle in txn: $1s},