pgsql: Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
Date: 2018-04-09 19:01:17
Message-ID: E1f5c2X-0001vO-1G@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a65e17bd6fdac1b11e0c82764955c0b805251937

Modified Files
--------------
src/backend/catalog/Catalog.pm | 1 -
src/backend/catalog/genbki.pl | 1 +
src/backend/utils/Gen_fmgrtab.pl | 2 ++
src/tools/msvc/Solution.pm | 2 --
4 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2018-04-09 19:36:41 pgsql: Make sure pg_rewind can't run as root
Previous Message Tom Lane 2018-04-09 18:40:06 pgsql: Further cleanup of client dependencies on src/include/catalog he