Skip to content
Snippets Groups Projects
Commit f5a4370a authored by Tom Lane's avatar Tom Lane
Browse files

Fix calculation of space needed for parsed words in tab completion.

Yesterday in commit d854118c, I had a serious brain fade leading me to
underestimate the number of words that the tab-completion logic could
divide a line into.  On input such as "(((((", each character will get
seen as a separate word, which means we do indeed sometimes need more
space for the words than for the original line.  Fix that.
parent 6f8cb1e2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment