From: Greg Sabino Mullane Date: Fri, 10 Feb 2012 16:22:56 +0000 (-0500) Subject: Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres X-Git-Tag: 2.20.0~46 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=c735c45d9dccece43820fce58eeadaf281a76591;p=check_postgres.git Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres --- c735c45d9dccece43820fce58eeadaf281a76591 diff --cc check_postgres.pl index 83da8c05a,0fbcc1e18..c39f1b348 --- a/check_postgres.pl +++ b/check_postgres.pl @@@ -30,11 -30,9 +30,11 @@@ $Data::Dumper::Varname = 'POSTGRES' $Data::Dumper::Indent = 2; $Data::Dumper::Useqq = 1; +binmode STDOUT, ':utf8'; + our $VERSION = '2.19.0'; - use vars qw/ %opt $PSQL $res $COM $SQL $db /; + use vars qw/ %opt $PGBINDIR $PSQL $res $COM $SQL $db /; ## Which user to connect as if --dbuser is not given $opt{defaultuser} = 'postgres';