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-0002xZ-Cd@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8491679434d824bcb3a1d1713070261056683476

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