Add configure probe for rl_completion_suppress_quote.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c32704441d47cc1cbb36367a429814511edb6ffd
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-01-23T23:20:57Z
Releases: 13.0
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

PathChange+/−
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