pgsql: Improve missing-program error handling in make_ctags andmake_et

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Improve missing-program error handling in make_ctags andmake_et
Дата
Msg-id E1gika3-00057l-S8@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve missing-program error handling in make_ctags and make_etags.

If ctags (resp. etags) isn't installed, these scripts naturally fail,
but the error messages were less clear than one could wish.
It seems worth installing an explicit test to improve that.

Nikolay Shaplov, with suggestions from Michael Paquier and Andrew Dunstan

Discussion: https://postgr.es/m/2394207.ccz7JgCJsh@x200m

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/52a301e0d95aa25aa9bbc0eefd1167458e3e0cab

Modified Files
--------------
src/tools/make_ctags | 3 +++
src/tools/make_etags | 3 +++
2 files changed, 6 insertions(+)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Improve error messages for incorrect types of logicalreplicatio
Следующее
От: Noah Misch
Дата:
Сообщение: pgsql: Make Emacs perl-mode indent more like perltidy.