pgsql: Improve missing-program error handling in make_ctags and make_et

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve missing-program error handling in make_ctags and make_et
Date: 2019-01-13 18:33:55
Message-ID: E1gika3-00057l-S8@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-01-13 19:33:59 pgsql: Make Emacs perl-mode indent more like perltidy.
Previous Message Michael Paquier 2019-01-13 13:43:04 Re: pgsql: Improve error messages for incorrect types of logical replicatio