diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-21 15:08:56 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-12-21 15:08:56 -0500 |
commit | f5a4370aea3580f5f7f59a77e41fde62f2be12d8 (patch) | |
tree | 9f6e28e63a4e53ef9a081e1b0a7392e73246cd25 /contrib/postgres_fdw/postgres_fdw.c | |
parent | 6f8cb1e23485bd6d45e8865760436e1a5ce65a6d (diff) | |
download | postgresql-f5a4370aea3580f5f7f59a77e41fde62f2be12d8.tar.gz postgresql-f5a4370aea3580f5f7f59a77e41fde62f2be12d8.zip |
Fix calculation of space needed for parsed words in tab completion.
Yesterday in commit d854118c8, 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.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions