Re: "Writing" output lines during make

From: John Naylor <jcnaylor(at)gmail(dot)com>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: "Writing" output lines during make
Date: 2018-11-05 06:01:47
Message-ID: CAJVSVGW8ybVDdrUvTRhH948KHDVfs2y5m+b+6FWy+HTQuM1VJg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 11/5/18, Bruce Momjian <bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2018-11-05 06:19:46 Re: ToDo: show size of partitioned table
Previous Message Tom Lane 2018-11-05 05:59:48 Re: "Writing" output lines during make