diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2023-02-15 09:52:42 +0900 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2023-02-15 09:52:42 +0900 |
commit | 87f21d2c68900ea4ccc6e20a9a3c941fafa9f94a (patch) | |
tree | c464eb02a1a5b36ce523d816009cd442de042139 /src/backend/executor/nodeModifyTable.c | |
parent | 3b12e68a5c4609deb9fc69607e0aec072700c0a9 (diff) | |
download | postgresql-87f21d2c68900ea4ccc6e20a9a3c941fafa9f94a.tar.gz postgresql-87f21d2c68900ea4ccc6e20a9a3c941fafa9f94a.zip |
Fix make_etags failure on Mac.
Previously make_etags always ran make_ctags -e when make_etags was
executed. However, because non-Exuberant ctags on Mac does not
support -e option (and also on other platforms including old Linux),
ctags failed. To avoid the failure change make_ctags so that if
non-Exuberant ctags is used and ctags -e option is requested, run
etags command instead. If etags command does not exist, make_ctags
will fail.
Also refactor make_ctags and tweak make_etags to emit proper usage
message.
Author: Fujii Masao
Reviewed-by: Tatsuo Ishii
Discussion: https://www.postgresql.org/message-id/369c13b9-8b0f-d6f9-58fc-61258ec8f713%40oss.nttdata.com
Diffstat (limited to 'src/backend/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions