libedit-preferred by default - Mailing list pgsql-hackers

From Neil Conway
Subject libedit-preferred by default
Date
Msg-id 1180375958.6648.24.camel@goldbach
Whole thread Raw
Responses Re: libedit-preferred by default  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
If both libedit and libreadline are available, we currently default to
linking against libreadline, unless the "--with-libedit-preferred"
configure option is used. Why do we default to preferring GNU readline
over libedit?

libedit is clearly preferable for license reasons. You could make the
argument that libedit is perhaps less stable than readline (although I'm
not aware of any outstanding issues with it), but (a) we need to support
libedit anyway, due to Darwin and NetBSD (b) if there are any issues
with libedit, users can always specify "--without-libedit-preferred" (c)
those users with both libraries installed are presumably at least
somewhat satisfied with libedit.

-Neil




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: What is the maximum encoding-conversion growth rate, anyway?
Next
From: Tom Lane
Date:
Subject: Re: libedit-preferred by default