Re: Threading fix for AIX

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Threading fix for AIX
Дата
Msg-id 200412161808.iBGI8at12680@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Threading fix for AIX  ("Zeugswetter Andreas DAZ SD" <ZeugswetterA@spardat.at>)
Список pgsql-patches
Zeugswetter Andreas DAZ SD wrote:
> > If there are other platforms that have this we could use it on all
> > platforms but at this point we will do just AIX.
>
> That is the perfect patch. Thank you Bruce. All tests pass on AIX 4.3.2 and 5.2.0
> with --enable-thread-safety and this last patch.
>
> I am quite sure xlc_r is not needed to compile a thread safe libpq. Only those
> writing threaded clients will want to use it for compiling and linking their
> executables if they use usually not thread safe libc functions (like gethostbyname).

Great.  Patch applied.

--
  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, Pennsylvania 19073

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

Предыдущее
От: "Magnus Hagander"
Дата:
Сообщение: Re: Patch to add version numbers to libpq.rc
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Threading with non-shared libraries