Re: make_ctags: use -I option to ignore pg_node_attr macro - Mailing list pgsql-hackers

From Tom Lane
Subject Re: make_ctags: use -I option to ignore pg_node_attr macro
Date
Msg-id 808771.1665583746@sss.pgh.pa.us
Whole thread Raw
In response to Re: make_ctags: use -I option to ignore pg_node_attr macro  (Tatsuo Ishii <ishii@sraoss.co.jp>)
Responses Re: make_ctags: use -I option to ignore pg_node_attr macro  (Julien Rouhaud <rjuju123@gmail.com>)
Re: make_ctags: use -I option to ignore pg_node_attr macro  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List 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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: ExecRTCheckPerms() and many prunable partitions
Next
From: Dagfinn Ilmari Mannsåker
Date:
Subject: [PATCH] Improve tab completion for ALTER TABLE on identity columns