libedit-preferred by default

From: Neil Conway <neilc(at)samurai(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: libedit-preferred by default
Date: 2007-05-28 18:12:37
Message-ID: 1180375958.6648.24.camel@goldbach
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-05-28 19:24:18 Re: libedit-preferred by default
Previous Message Tom Lane 2007-05-28 16:53:49 What is the maximum encoding-conversion growth rate, anyway?