On Mon, Nov 5, 2018 at 01:01:47PM +0700, John Naylor wrote: > 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
Oh, I see it now in src/backend/catalog/Catalog.pm: print "Writing $final_name\n"; I do make in parallel, and couldn't find a pattern for when the lines appear, so it was hard to debug. I thought the lines were new but I guess my --silent usage was somehow new. Thanks. -- Bruce Momjian <br...@momjian.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 +