Re: AW: AW: fmgr changes not yet ported to AIX - Mailing list pgsql-hackers

From Tom Lane
Subject Re: AW: AW: fmgr changes not yet ported to AIX
Date
Msg-id 7902.964706007@sss.pgh.pa.us
Whole thread Raw
In response to AW: AW: fmgr changes not yet ported to AIX  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
List pgsql-hackers
Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at> writes:
>> It seems to me that the real problem here is that someone tried to
>> take shortcuts in the AIX dynloader code.

> actually most other ports do it that way. e.g. FreeBSD
> so I guess that is why it is done like that.

Hmm, good point.  I wonder why we don't see problems with them?  Perhaps
the underlying functions have the right signatures on those platforms.

>> + void
>> + pg_dlclose(void *handle)
>> + {
>> +     dlclose(h);

> you mean: dlclose(handle);

Ooops :-(.  Thanks for the correction.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: AW: AW: fmgr changes not yet ported to AIX
Next
From: frank
Date:
Subject: Re: Is Pg 7.0.x's Locking Mechanism BROKEN?