Merge branch 'master' of bucardo.org:/var/lib/git/check_postgres
authorGreg Sabino Mullane <[email protected]>
Fri, 10 Feb 2012 16:22:56 +0000 (11:22 -0500)
committerGreg Sabino Mullane <[email protected]>
Fri, 10 Feb 2012 16:22:56 +0000 (11:22 -0500)
1  2 
check_postgres.pl

index 83da8c05a31b52afc4a63db2606c58ff7e9b7789,0fbcc1e18ec240532818b845321986a9b89f43cc..c39f1b34881370fda375a574b98e6b05372084a4
@@@ -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';