mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +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:
@@ -39,6 +39,8 @@ my $conn = Pg::connectdb($minfo);
|
||||
my $outf = new IO::File;
|
||||
$outf = STDOUT;
|
||||
|
||||
$RServ::quiet = !$verbose;
|
||||
|
||||
$res = PrepareSnapshot ($conn, $outf, $server);
|
||||
|
||||
if ($res == 0)
|
||||
|
Reference in New Issue
Block a user