From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Jim Nasby <Jim(dot)Nasby(at)BlueTreble(dot)com> |
Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Shrink volume of default make output |
Date: | 2017-01-07 18:35:54 |
Message-ID: | 20170107183554.GH3164@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Jan 2, 2017 at 03:37:04PM -0600, Jim Nasby wrote:
> The recent thread about compiler warnings got me thinking about how it's
> essentially impossible to notice warnings with default make output. Perhaps
> everyone just uses make -s by default, though that's a bit annoying since
> you get no output unless something does warn (and then you don't know what
> directory it was in).
>
> Is it worth looking into this? I'm guessing this may be moot with the CMake
> work, but it's not clear when that'll make it in. In the meantime, ISTM
> http://stackoverflow.com/a/218295 should be an easy change to make (though
> perhaps with a variable that gives you the old behavior).
Please src/tools/pgtest for an example of pulling out warning lines and
reporting them at the end of the build.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ As you are, so once was I. As I am, so you will be. +
+ Ancient Roman grave inscription +
From | Date | Subject | |
---|---|---|---|
Next Message | Joel Jacobson | 2017-01-07 18:41:31 | Re: pg_stat_activity.waiting_start |
Previous Message | Ryan Murphy | 2017-01-07 18:19:15 | Re: Adding type info etc for inheritance errmsg: "child table is missing column ..." |