From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | John Naylor <jcnaylor(at)gmail(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: "Writing" output lines during make |
Date: | 2018-11-05 06:55:42 |
Message-ID: | 20181105065542.GB10548@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Nov 5, 2018 at 01:01:47PM +0700, John Naylor wrote:
> 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
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(at)momjian(dot)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 +
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Langote | 2018-11-05 07:17:13 | Re: Speeding up INSERTs and UPDATEs to partitioned tables |
Previous Message | Amit Langote | 2018-11-05 06:19:46 | Re: ToDo: show size of partitioned table |