pgsql: Add configure probe for rl_completion_suppress_quote.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add configure probe for rl_completion_suppress_quote.
Date: 2020-01-23 23:21:01
Message-ID: E1iulmX-0000JQ-4l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-01-24 00:57:51 pgsql: Doc: Fix list of storage parameters available for ALTER TABLE
Previous Message Tom Lane 2020-01-23 21:15:59 pgsql: Fix an oversight in commit 4c70098ff.