pgsql: Improve missing-program error handling in make_ctags andmake_et - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Improve missing-program error handling in make_ctags andmake_et
Date
Msg-id E1gika3-00057l-S8@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Improve error messages for incorrect types of logicalreplicatio
Next
From: Noah Misch
Date:
Subject: pgsql: Make Emacs perl-mode indent more like perltidy.