Re: "Writing" output lines during make - Mailing list pgsql-hackers

From John Naylor
Subject Re: "Writing" output lines during make
Date
Msg-id CAJVSVGW8ybVDdrUvTRhH948KHDVfs2y5m+b+6FWy+HTQuM1VJg@mail.gmail.com
Whole thread Raw
In response to "Writing" output lines during make  (Bruce Momjian <bruce@momjian.us>)
Responses Re: "Writing" output lines during make  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
On 11/5/18, Bruce Momjian <bruce@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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: "Writing" output lines during make
Next
From: Amit Langote
Date:
Subject: Re: ToDo: show size of partitioned table