Add configure probe for rl_completion_suppress_quote.
Tom Lane <tgl@sss.pgh.pa.us>
Add configure probe for rl_completion_suppress_quote. I had supposed that all versions of Readline that have filename quoting hooks also have the rl_completion_suppress_quote variable. But it seems OpenBSD managed to find a version someplace that does not, so we'll have to expend a separate configure probe for that. (Light testing suggests that this version also lacks the bugs that make it necessary to frob that variable. Hooray!) Per buildfarm.
Files
| Path | Change | +/− |
|---|---|---|
| config/programs.m4 | modified | +19 −1 |
| configure | modified | +39 −0 |
| src/bin/psql/tab-complete.c | modified | +4 −3 |
| src/include/pg_config.h.in | modified | +4 −0 |
| src/tools/msvc/Solution.pm | modified | +1 −0 |