Re: Verbosity of genbki.pl
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@lists.postgresql.org,
John Naylor <jcnaylor@gmail.com>
Date: 2018-04-28T16:21:03Z
Lists: pgsql-hackers
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. regards, tom lane
Commits
-
Remove "Generating" output from catalog scripts
- 33a1c2145cd5 11.0 landed
-
Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
- a65e17bd6fda 11.0 landed