Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
>> Silly to copy sprompt.c from src/port when we're linking libpgport anyway.
> The style has always been to compile in each app in case the flags
> change, or is that only for libpq?
libpq needs to build these modules PIC, but a simple executable does
not. The whole notion of building libpgport as a library is wrong
if you want to recompile in each app.
regards, tom lane
In response to
pgsql-committers by date
| Next: | From: Peter Eisentraut - PostgreSQL | Date: 2003-11-14 02:04:05 |
| Subject: pgsql-server/doc/src/sgml Tag: REL7_4_STABLE r ... |
| Previous: | From: Tom Lane | Date: 2003-11-13 23:46:31 |
| Subject: pgsql-server/src/bin/initdb initdb.c |