pgsql: Add configure probe for rl_completion_suppress_quote. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Add configure probe for rl_completion_suppress_quote.
Date
Msg-id E1iulmX-0000JQ-4l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c32704441d47cc1cbb36367a429814511edb6ffd

Modified Files
--------------
config/programs.m4          | 20 +++++++++++++++++++-
configure                   | 39 +++++++++++++++++++++++++++++++++++++++
src/bin/psql/tab-complete.c |  7 ++++---
src/include/pg_config.h.in  |  4 ++++
src/tools/msvc/Solution.pm  |  1 +
5 files changed, 67 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix an oversight in commit 4c70098ff.
Next
From: Michael Paquier
Date:
Subject: pgsql: Doc: Fix list of storage parameters available for ALTER TABLE