Re: Verbosity of genbki.pl
John Naylor <jcnaylor@gmail.com>
From: John Naylor <jcnaylor@gmail.com>
To: Teodor Sigaev <teodor@sigaev.ru>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@lists.postgresql.org
Date: 2018-04-09T08:49:09Z
Lists: pgsql-hackers
Attachments
- reduce-genbki-verbosity.patch (text/x-patch) patch
On 4/9/18, Teodor Sigaev <teodor@sigaev.ru> wrote: >> 1. Print nothing at all. That's more in keeping with our modern >> build practices, but maybe it's too big a change? >> >> 2. Print just one message like "Generating postgres.bki and related >> files", and I guess a second one for fmgroids.h and related files. >> >> I don't have a strong preference. Opinions? > > Second point, pls. I'd like to see some stage done The attached patch does #2. -John Naylor
Commits
-
Remove "Generating" output from catalog scripts
- 33a1c2145cd5 11.0 landed
-
Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
- a65e17bd6fda 11.0 landed