Re: Threading fix for AIX - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Threading fix for AIX
Date
Msg-id 200412161808.iBGI8at12680@candle.pha.pa.us
Whole thread Raw
In response to Re: Threading fix for AIX  ("Zeugswetter Andreas DAZ SD" <ZeugswetterA@spardat.at>)
List 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 by date:

Previous
From: "Magnus Hagander"
Date:
Subject: Re: Patch to add version numbers to libpq.rc
Next
From: Bruce Momjian
Date:
Subject: Re: Threading with non-shared libraries