Re: uuid type for postgres
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Patrick Welche <prlw1@newn.cam.ac.uk>
Cc: Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org, nathan wagner <nw@hydaspes.if.org>
Date: 2005-09-07T19:45:31Z
Lists: pgsql-hackers, pgsql-sql
Patrick Welche <prlw1@newn.cam.ac.uk> writes: > Still seems odd to me: I would expect psql to have readline, not postgres. That's because we generate just one LIBS list and use it for all the executables we build. Autoconf makes it a bit difficult to do otherwise. There is an option in the linux linker to suppress ldd references to shared libraries that aren't actually used by the program, but when we tried to use it we found out it was pretty buggy (see archives). regards, tom lane