Re: [HACKERS] Should libedit be preferred to libreadline? - Mailing list pgsql-patches

From Joshua D. Drake
Subject Re: [HACKERS] Should libedit be preferred to libreadline?
Date
Msg-id 1133550065.16716.16.camel@jd.commandprompt.com
Whole thread Raw
In response to Re: [HACKERS] Should libedit be preferred to libreadline?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [HACKERS] Should libedit be preferred to libreadline?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
> OK, updated text:
>
>   --with-openssl          build with OpenSSL support
>   --with-libedit-preferred  prefer Libedit over Libreadline
>   --without-readline      do not use Libreadline/Libedit line editing
>   --without-zlib          do not use Zlib

This all seems kind of extra... Why not just:

--with-libedit    Use libedit instead of readline
--with-readline    Use readline instead of libedit (default)
--without-readline Use when readline is not available

Joshua D. Drake



>
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: PLphp, PLperl, ODBCng - http://www.commandprompt.com/



pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Numeric 508 datatype
Next
From: Bruce Momjian
Date:
Subject: Re: Numeric 508 datatype