Re: V8 Beta 5 on AIX

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: V8 Beta 5 on AIX
Дата
Msg-id 200412070107.iB7170E11181@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: V8 Beta 5 on AIX  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: V8 Beta 5 on AIX
Re: V8 Beta 5 on AIX
Список pgsql-hackers
Peter Eisentraut wrote:
> Bruce Momjian wrote:
> > OK, so does someone want to suggest why a library used to link libpq
> > would also be needed to link binaries that use libpq?  And with no
> > cc_r it seems I have no idea how to get this working.
> 
> We didn't get this working for 7.4, for reasons that we are again 
> becoming aware of, so I don't think it's justifiable to try to fix it 
> for 8.0 at this point.

Yea, we needed this problem report during beta, not RC.

I added this to Makefile.unixware long ago:
# Unixware needs threads for everything that uses libpqCFLAGS += $(PTHREAD_CFLAGS)

I said if we found another platform that had a similar limitation we
would fix it more thoroughly, but I needed to fix it earlier to get into
8.0.

However, one thing we can do is to try this in Makefile.aix:
# AIX needs threads for everything that uses libpqLIBS += $(PTHREAD_LIBS)

That is going to enable thread libs for all linking including the
backend, but it might work.

Unixware found that doing this for the backend brought out threading OS
bugs and it was useless but AIX might be better.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: branch for 8.0?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: V8 Beta 5 on AIX