diff options
author | Masahiko Sawada <msawada@postgresql.org> | 2025-09-25 14:28:01 -0700 |
---|---|---|
committer | Masahiko Sawada <msawada@postgresql.org> | 2025-09-25 14:28:01 -0700 |
commit | 76418a0b676234d2b570a1138c1a43a2018c416f (patch) | |
tree | b5caf44afa1e5162e194592b2250f58289170d06 /contrib/rtree_gist/bench | |
parent | 02c4bc88302a750a2aed20e6f17885bda872d228 (diff) |
psql: Add COMPLETE_WITH_FILES and COMPLETE_WITH_GENERATOR macros.
While most tab completions in match_previous_words() use
COMPLETE_WITH* macros to wrap rl_completion_matches(), some direct
calls to rl_completion_matches() still remained.
This commit introduces COMPLETE_WITH_FILES and COMPLETE_WITH_GENERATOR
macros to replace these direct calls, enhancing both code consistency
and readability.
Author: Yugo Nagata <nagata@sraoss.co.jp>
Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
Discussion: https://postgr.es/m/20250605100835.b396f9d656df1018f65a4556@sraoss.co.jp
Diffstat (limited to 'contrib/rtree_gist/bench')
0 files changed, 0 insertions, 0 deletions