]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add configure probe for rl_completion_suppress_quote.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jan 2020 23:20:57 +0000 (18:20 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 23 Jan 2020 23:20:57 +0000 (18:20 -0500)
commitc32704441d47cc1cbb36367a429814511edb6ffd
treed2944f25fefa4dea8bf39b6d06586c1b243fdce5
parent9a3a75cb81d3b060b8e76001d04c78ab4ce0dcef
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.
config/programs.m4
configure
src/bin/psql/tab-complete.c
src/include/pg_config.h.in
src/tools/msvc/Solution.pm