mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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:
@ -37,6 +37,8 @@ $sinfo = "$sinfo password=$opt_password" if (defined($opt_password));
|
||||
print("Connecting to '$sinfo'\n") if ($debug || $verbose);
|
||||
my $conn = Pg::connectdb($sinfo);
|
||||
|
||||
$RServ::quiet = !$verbose;
|
||||
|
||||
$res = GetSyncID($conn);
|
||||
|
||||
die "ERROR\n" if $res < 0;
|
||||
|
Reference in New Issue
Block a user