Re: make_ctags: use -I option to ignore pg_node_attr macro
Julien Rouhaud <rjuju123@gmail.com>
From: Julien Rouhaud <rjuju123@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tatsuo Ishii <ishii@sraoss.co.jp>, alvherre@alvh.no-ip.org, nagata@sraoss.co.jp, pgsql-hackers@postgresql.org
Date: 2022-10-12T14:22:27Z
Lists: pgsql-hackers
On Wed, Oct 12, 2022 at 10:09:06AM -0400, Tom Lane wrote: > > 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. Git handles symlink just fine, but those will obviously create extra burden for Windows users (git will just create a text file containing the target path I think), so agreed (even if I doubt that any Windows user will run those scripts anyway).
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