Re: pgsql-server/src/bin/initdb Makefile

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql-server/src/bin/initdb Makefile
Date: 2003-11-13 23:55:08
Message-ID: 14982.1068767708@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2003-11-14 02:04:05 pgsql-server/doc/src/sgml Tag: REL7_4_STABLE r ...
Previous Message Tom Lane 2003-11-13 23:46:31 pgsql-server/src/bin/initdb initdb.c