X-Git-Url: https://git.8kb.co.uk/?p=slony-i%2Fpgbouncer_follower;a=blobdiff_plain;f=pgbouncer_follower.pl;h=fefe45ee153ffd6112f40ebf31f1b8b2aec8c44b;hp=b5152dfa6785bb589d2c30c6d4447de2afa8ef97;hb=d6f52cf8280c4f740170bf1f93d31de2e0fd162;hpb=9fd228fb2ed5575c6cbc5c244e1cdb0f7eaabae3 diff --git a/pgbouncer_follower.pl b/pgbouncer_follower.pl index b5152df..fefe45e 100755 --- a/pgbouncer_follower.pl +++ b/pgbouncer_follower.pl @@ -64,10 +64,6 @@ die $g_usage unless GetOptions(\%opt, 'config_file|f=s', 'daemon|D',) and keys % unless (getConfig($opt{config_file})){ print ("There was a problem reading the configuration.\n"); } -if (!defined($g_status_file)) { - $g_status_file = "/tmp/$g_clname.status"; -} - if ($g_debug) { printLogLn($g_logfile, "DEBUG: Logging to my '$g_logfile'");