pgsql: Revert "Remove old readline API workaround" - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Revert "Remove old readline API workaround"
Date
Msg-id E1wyq65-000000023Y8-2FG5@gemulon.postgresql.org
Whole thread
List pgsql-committers
Revert "Remove old readline API workaround"

This reverts commit 5e1e32c2c6c61c411358ef101acb27db3969d4fb.

It turns out that macOS still ships with an ancient libedit in the
base system that has the old definition of rl_readline_name.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/39c636a1aac8fe14afd3dd5af0141dc532a297b7

Modified Files
--------------
src/bin/psql/tab-complete.in.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix accidentally casting away const
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix registering shmem callbacks in single-user mode