pgsql: Turn down MSVC compiler verbosity

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Turn down MSVC compiler verbosity
Date: 2016-04-08 16:37:37
Message-ID: E1aoZPd-0002xY-Ca@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Turn down MSVC compiler verbosity

Most of what is produced by the detailed verbosity level is of no
interest at all, so switch to the normal level for more usable output.

Christian Ullrich

Backpatch to all live branches

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01a07e6c11562127ad5e6f58d3d6128416b8ab65

Modified Files
--------------
src/tools/msvc/build.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-04-08 16:43:17 pgsql: Replace printf format %i by %d
Previous Message Andrew Dunstan 2016-04-08 16:35:13 pgsql: Turn down MSVC compiler verbosity