Please apply the following patch to fix problems with the AIX port
Bruce Momjian <bruce@momjian.us>
Please apply the following patch to fix problems with the AIX port and the fmgr redesign. It makes the homebrewn dl*() functions for more recent Versions of AIX obsolete by using the system dl*() functions instead. It also fixes the expected file for the horology regression test. Please regenerate configure from configure.in, I don't have the environment/time. Andreas
Files
| Path | Change | +/− |
|---|---|---|
| configure.in | modified | +1 −1 |
| src/backend/port/aix/mkldexport.sh | modified | +6 −1 |
| src/backend/port/dynloader/aix.c | modified | +9 −0 |
| src/backend/port/dynloader/aix.h | modified | +19 −8 |
| src/include/config.h.in | modified | +4 −1 |
| src/makefiles/Makefile.aix | modified | +1 −1 |
| src/test/regress/expected/horology-1947-PDT.out | modified | +42 −0 |