Re: Replacement of readline by libedit in PostgreSQL 8.1.x - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Replacement of readline by libedit in PostgreSQL 8.1.x
Date
Msg-id 46223BA8.9060500@dunslane.net
Whole thread Raw
In response to Replacement of readline by libedit in PostgreSQL 8.1.x  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
List pgsql-hackers
Dhanaraj M wrote:
> Hi all,
>
> In 8.2.x version of postgres, there is a configuration switch   
> --with-libedit-preferred  prefer BSD Libedit over GNU Readline.
> However, I don't see this switch in 8.1.x.
> Since people still use 8.1.x version, is there any plan to back-port 
> this feature?
> If so, I like to work on this.
>

Policy is that we don't backport features. That is one of the ways in 
which we guarantee stability in the released branches.

IIRC there are ways to build earlier releases with libedit. Note that 
psql is the only place where this is used.

cheers

andrew


pgsql-hackers by date:

Previous
From: Dhanaraj M
Date:
Subject: Replacement of readline by libedit in PostgreSQL 8.1.x
Next
From: Tom Lane
Date:
Subject: Re: Server-side support of all encodings