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

  1. Fix make_etags breakage on certain platforms.

  2. Fix make_etags failure on Mac.

  3. Enhance make_ctags and make_etags.