From:
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc:
Chris Browne <cbbrowne(at)acm(dot)org>, pgsql-patches(at)postgresql(dot)org
Subject:
Re: [HACKERS] Should libedit be preferred to libreadline?
Date:
2005-12-02 18:39:00
Message-ID:
200512021839.jB2Id0G29878@candle.pha.pa.us (view raw or flat )
Thread:
2005-11-21 22:38:17 from Seneca Cunningham <scunning(at)ca(dot)afilias(dot)info>
2005-11-22 00:50:48 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2005-11-22 01:09:16 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-11-22 20:49:24 from "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
2005-11-25 17:04:12 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-11-25 18:39:43 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2005-12-02 02:44:32 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 03:14:12 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-12-02 03:27:32 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 03:43:19 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-12-02 03:58:10 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 04:03:52 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-12-02 15:02:14 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2005-12-02 18:38:10 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 08:28:19 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2005-12-02 14:14:31 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-12-02 17:14:09 from Chris Browne <cbbrowne(at)acm(dot)org>
2005-12-02 17:28:38 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-12-02 18:23:35 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 18:32:42 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-12-02 18:39:00 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 18:47:18 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2005-12-02 18:52:07 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 19:01:05 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2005-12-02 20:12:15 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-02 20:27:41 from "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
2005-12-03 11:11:40 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2005-12-03 13:01:19 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-03 14:48:57 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2005-12-03 14:53:52 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-03 15:14:46 from "Michael Paesold" <mpaesold(at)gmx(dot)at>
2005-12-03 15:27:37 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2005-12-04 03:52:22 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Lists:
pgsql-hackers pgsql-patches pgsql-ports
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > The basic problem is that with two deterministic flags the default
> > values for those flags are unclear.
>
> That's a really good point ... the only explainable default would be
> that both are --without, which is a crummy default.
>
> I think the way that Bruce's patch works is fine, only the name of the
> switch needs tweaking ;-)
Already renamed and patch posted:
--with-bonjour build with Bonjour support
--with-openssl build with OpenSSL support
--with-libedit-preferred prefer libedit over readline
--without-readline do not use Readline
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
In response to
Responses
pgsql-ports by date
Next :From: Tom LaneDate: 2005-12-02 18:47:18
Subject : Re: [HACKERS] Should libedit be preferred to libreadline?
Previous :From : Bruce MomjianDate : 2005-12-02 18:38:10
Subject : Re: [HACKERS] Should libedit be preferred to libreadline?
pgsql-hackers by date
Next :From: Bruce MomjianDate: 2005-12-02 18:42:40
Subject : Re: Numeric 508 datatype
Previous :From : Bruce MomjianDate : 2005-12-02 18:38:10
Subject : Re: [HACKERS] Should libedit be preferred to libreadline?
pgsql-patches by date
Next :From: Bruce MomjianDate: 2005-12-02 18:42:40
Subject : Re: Numeric 508 datatype
Previous :From : Bruce MomjianDate : 2005-12-02 18:38:10
Subject : Re: [HACKERS] Should libedit be preferred to libreadline?