Re: uuid type for postgres - Mailing list pgsql-hackers

From Tom Lane
Subject Re: uuid type for postgres
Date
Msg-id 29276.1126122331@sss.pgh.pa.us
Whole thread Raw
In response to Re: uuid type for postgres  (Patrick Welche <prlw1@newn.cam.ac.uk>)
List pgsql-hackers
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


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [ADMIN] How to determine date / time of last postmaster restart
Next
From: Peter Eisentraut
Date:
Subject: Re: Attention PL authors: want to be listed in template table?