pgsql: Add configure probe for rl_variable_bind().

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_variable_bind().
Date: 2021-12-02 18:06:33
Message-ID: E1msqTZ-0007FV-IV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add configure probe for rl_variable_bind().

Some exceedingly ancient readline libraries lack this function, causing
commit 3d858af07 to fail. Per buildfarm (via Michael Paquier).

Discussion: https://postgr.es/m/E1msTLm-0007Cm-Ri@gemulon.postgresql.org

Branch
------
master

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

Modified Files
--------------
configure | 14 +-------------
configure.ac | 10 ++++++++--
src/bin/psql/input.c | 2 ++
src/include/pg_config.h.in | 3 +++
src/tools/msvc/Solution.pm | 1 +
5 files changed, 15 insertions(+), 15 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-12-02 19:51:30 Re: pgsql: Add TAP tests for contrib/sslinfo
Previous Message Tom Lane 2021-12-02 16:48:55 Re: pgsql: psql: initialize comment-begin setting to a useful value by defa