Re: Threading fix for AIX

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Zeugswetter Andreas DAZ SD <ZeugswetterA(at)spardat(dot)at>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Simon Riggs <simon(at)2ndquadrant(dot)com>, Andrew Sullivan <ajs(at)crankycanuck(dot)ca>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>, Brad Nicholson <bnichols(at)ca(dot)afilias(dot)info>
Subject: Re: Threading fix for AIX
Date: 2004-12-16 18:08:36
Message-ID: 200412161808.iBGI8at12680@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-12-16 18:13:45 Re: Threading with non-shared libraries
Previous Message Magnus Hagander 2004-12-16 18:06:24 Re: Patch to add version numbers to libpq.rc