Re: threads stuff/UnixWare

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: threads stuff/UnixWare
Дата
Msg-id 8596.1084458909@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: threads stuff/UnixWare  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: threads stuff/UnixWare
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Larry Rosenman wrote:
>> I agree.  the only issue is how to set up our makefiles to only do the
>> -Kpthread/-pthreads(gcc) flags on the client code, and not do it for
>> the backend itself.

> I think mixing a pgport that has thread flags with a backend that does
> not is more risky than just compiling everything with the same thread
> flags.

Can we get this straight: is -Kpthread a compile flag or just a link flag?
If the latter then it should not be needed in building the libpgport files.
If the former then adding it to LDFLAGS is the wrong thing.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: threads stuff/UnixWare
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: threads stuff/UnixWare