Re: Verbosity of genbki.pl
Stephen Frost <sfrost@snowman.net>
From: Stephen Frost <sfrost@snowman.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org, John Naylor <jcnaylor@gmail.com>
Date: 2018-04-28T17:02:10Z
Lists: pgsql-hackers
Greetings, * Tom Lane (tgl@sss.pgh.pa.us) wrote: > Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes: > > Maybe we can take another look at this. Right now, make -s world > > produces *only* the following output: > > > $ make -s world > > Generating BKI files and symbol definition headers... > > Generating fmgrtab.c, fmgroids.h, and fmgrprotos.h... > > PostgreSQL, contrib, and documentation successfully made. Ready to install. > > > That seems kind of inconsistent and silly. I suggest we remove the > > output from these scripts. > > FWIW, that'd be fine with me. Teodor spoke against removing that output > entirely, but perhaps he's the only one who thinks that way. For myself, > I've gotten mighty used to running "make -s" and expecting no output > if all is well. If I wanted to see what was getting rebuilt, I wouldn't > use -s. +1 for making them not output anything if all is well. Thanks! Stephen
Commits
-
Remove "Generating" output from catalog scripts
- 33a1c2145cd5 11.0 landed
-
Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
- a65e17bd6fda 11.0 landed