On 11/5/18, Bruce Momjian <br...@momjian.us> wrote:
> During make --silent, I occasionally see these lines:
>
>       Writing postgres.bki
>       Writing schemapg.h
>       Writing postgres.description
>       Writing postgres.shdescription
>
> I can't seem to find where these lines are being output, perhaps from a
> Perl library.  I would like to suppress them but I don't know how.

Those should be gone as of pg11. Otherwise, those messages come from
in backend/catalog/genkbi.pl

-John Naylor

Reply via email to