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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Reduce chattiness of genbki.pl and Gen_fmgrtab.pl.
Дата
Msg-id E1f5c2X-0001vO-1G@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Further cleanup of client dependencies on src/include/cataloghe
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Make sure pg_rewind can't run as root