diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2022-10-19 12:59:29 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2022-10-19 12:59:29 +0900 |
commit | d1e2a380cb911f6f0840a8eb54dbf6e39e9c3f98 (patch) | |
tree | f735914987d8cf2b7de61ffc04d2e91109c260c4 /src/backend/utils/adt/numeric.c | |
parent | c68ec1b027a9941ef4dc56e0d239f29e8a26fc5d (diff) | |
download | postgresql-d1e2a380cb911f6f0840a8eb54dbf6e39e9c3f98.tar.gz postgresql-d1e2a380cb911f6f0840a8eb54dbf6e39e9c3f98.zip |
Enhance make_ctags and make_etags.
make_ctags did not include field members of structs since the commit
964d01ae90c314eb31132c2e7712d5d9fc237331.
For example, in the following field of RestrictInfo:
Selectivity norm_selec pg_node_attr(equal_ignore);
pg_node_attr was mistakenly interpreted to be the name of the field.
To fix this, add -I option to ctags command if the command is
Exuberant ctags or Universal ctags (for plain old ctags, struct
members are not included in the tags file anyway).
Also add "-e" and "-n" options to make_ctags. The -e option invokes
ctags command with -e option, which produces TAGS file for emacs. This
allows to eliminate duplicate codes in make_etags so that make_etags
just exec make_ctags with -e option.
The -n option allows not to produce symbolic links in each
sub directory (the default is producing symbolic links).
Author: Yugo Nagata
Reviewers: Alvaro Herrera, Tatsuo Ishii
Discussion: https://postgr.es/m/flat/20221007154442.76233afc7c5b255c4de6528a%40sraoss.co.jp
Diffstat (limited to 'src/backend/utils/adt/numeric.c')
0 files changed, 0 insertions, 0 deletions