Обсуждение: pgsql: Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)