aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-01-03 11:15:26 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2020-01-03 11:15:26 -0500
commitddd87d564508bb1c80aac0a4439cfe74a3c203a9 (patch)
tree3115f3d7275e2174941761486463788c6766e29a /src/backend/access/gist/gistget.c
parent04334fde69132f335d9d70cfefe419bd1276b232 (diff)
downloadpostgresql-ddd87d564508bb1c80aac0a4439cfe74a3c203a9.tar.gz
postgresql-ddd87d564508bb1c80aac0a4439cfe74a3c203a9.zip
Add an ugly workaround for a bug in some recent libedit versions.
Debian unstable is shipping a broken version of libedit: it de-escapes words before passing them to the application's tab completion function, preventing us from recognizing backslash commands. Fortunately, we have enough information available to dig the original text out of rl_line_buffer, so ignore the string argument and do that. I view this as a temporary workaround to get the affected buildfarm members back to green in the wake of 7c015045b. I hope we can get rid of it once somebody fixes Debian's libedit; hence, no back-patch, at least for now. Discussion: https://postgr.es/m/20200103110128.GA28967@msg.df7cb.de
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions