Re: [HACKERS] probably needless linking against readline and ncurses

2005-04-11 Thread Tom Lane
Reinhard Max <[EMAIL PROTECTED]> writes: > it appears all of PostgreSQL's binaries are linked against libreadline and > libncurses, but the only one that really needs them seems to be psql. > Is there a reason behind this other than that it might be easier to have > only one set of linker switche

Re: [HACKERS] probably needless linking against readline and ncurses

2005-04-11 Thread Alvaro Herrera
On Mon, Apr 11, 2005 at 02:46:09PM +0200, Reinhard Max wrote: > it appears all of PostgreSQL's binaries are linked against libreadline and > libncurses, but the only one that really needs them seems to be psql. > > Is there a reason behind this other than that it might be easier to have > only