Re: "Writing" output lines during make

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: "Writing" output lines during make
Дата
Msg-id 20181105065542.GB10548@momjian.us
обсуждение исходный текст
Ответ на Re: "Writing" output lines during make  (John Naylor <jcnaylor@gmail.com>)
Список pgsql-hackers
On Mon, Nov  5, 2018 at 01:01:47PM +0700, John Naylor wrote:
> 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

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  <bruce@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 +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: ToDo: show size of partitioned table
Следующее
От: Amit Langote
Дата:
Сообщение: Re: Speeding up INSERTs and UPDATEs to partitioned tables