Bruce Momjian <maillist@candle.pha.pa.us> writes:
>> The dynlink support is broken for plpgsql.so on aix,
>> unless Bruce applies my patch, which I guess he did for current,
>> but not for the 6.5.1 branch.
> I have not applied either yet. I want someone who understands this to
> make the decision.
OK, I'll take responsibility for it ...
The double underscore in 'SO__MINOR_VERSION' in the irix5 code is clearly
a typo and should be fixed, so I committed that into 6.5.1. However I
am leery of committing the AIX code into 6.5 with so little time left
before 6.5.1 release --- too much risk that there will be problems.
Seems better to leave shlibs unimplemented on AIX for 6.5.
I have committed both fixes into the main branch, however. Plenty of
time to find out if the AIX support has any problems before 6.6.
regards, tom lane