]> granicus.if.org Git - postgresql/commit
Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Apr 2018 19:01:10 +0000 (15:01 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 9 Apr 2018 19:01:10 +0000 (15:01 -0400)
commita65e17bd6fdac1b11e0c82764955c0b805251937
tree67dfdcd12fcadba59c62ef2cb9092e89c8b40ebb
parent2cdf359fc4471c488fbb0dbd31678d78c3c1043b
Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.

Make these scripts emit just one log message when they run, not one
per output file.  The latter is way too verbose in the wake of
commit 372728b0d.  The specific wording used is what already existed
in the MSVC scripts.

John Naylor

Discussion: https://postgr.es/m/11103.1523208822@sss.pgh.pa.us
src/backend/catalog/Catalog.pm
src/backend/catalog/genbki.pl
src/backend/utils/Gen_fmgrtab.pl
src/tools/msvc/Solution.pm