Re: make_ctags: use -I option to ignore pg_node_attr macro
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Tatsuo Ishii <ishii@sraoss.co.jp>
Cc: alvherre@alvh.no-ip.org, nagata@sraoss.co.jp, pgsql-hackers@postgresql.org
Date: 2022-10-12T14:09:06Z
Lists: pgsql-hackers
Tatsuo Ishii <ishii@sraoss.co.jp> writes: >> If we're going to do this, then I suggest that make_etags should become >> a symlink to make_ctags, and behave as if -e is given when called under >> that name. > What I had in my mind was making make_etags a script just exec > make_ctags (with -e option). But I don't have strong > preference. Symlink is ok for me too. I don't think it's possible to store a symlink in git, so having one file exec the other sounds saner to me too. regards, tom lane
Commits
-
Fix make_etags breakage on certain platforms.
- af26f28b9fdd 15.4 landed
- ae66716bf3ef 16.0 landed
-
Fix make_etags failure on Mac.
- 87f21d2c6890 16.0 landed
-
Enhance make_ctags and make_etags.
- d1e2a380cb91 16.0 cited