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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql-server/src/bin/initdb Makefile
Дата
Msg-id 14982.1068767708@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql-server/src/bin/initdb Makefile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
Bruce Momjian <pgman@candle.pha.pa.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

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@svr1.postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql-server/src/bin/initdb initdb.c
Следующее
От: petere@svr1.postgresql.org (Peter Eisentraut - PostgreSQL)
Дата:
Сообщение: pgsql-server/doc/src/sgml Tag: REL7_4_STABLE r ...