mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
This simple patch fixes broken Makefile, broken ApplySnapshot and
makes all utilities honour --verbose command line option. -- Yours, Alexey V. Borzov, Webmaster of RDW.ru
This commit is contained in:
@ -49,6 +49,8 @@ print "Slave connection is $sinfo\n" if ($debug);
|
||||
my $mconn = Pg::connectdb($minfo);
|
||||
my $sconn = Pg::connectdb($sinfo);
|
||||
|
||||
$RServ::quiet = !$verbose;
|
||||
|
||||
SyncSync($mconn, $sconn);
|
||||
|
||||
my $outf = new IO::File;
|
||||
|
Reference in New Issue
Block a user