Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Apr 2009 21:15:50 +0000 (21:15 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 21 Apr 2009 21:15:50 +0000 (21:15 +0000)
commit520116834008e8a1d63a9f746ce3ddeb434c2b90
treea20937f9cb32640884e51c5dd340bceb1e373b3b
parent50ec15962c23374714c02d58ce981e9b9e1b0b73
Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just
using the system functions all the time.  (These files are now just copies
of the osf.* files.)  The homebrew functions were not getting used anyway
on AIX versions that have dlopen(), that is 4.3 and up, so they are not
needed on any AIX that is even remotely supported by the vendor anymore.
We'd have probably left them here anyway, except some questions were
raised about the copyright.
src/backend/port/dynloader/README.dlfcn.aix [deleted file]
src/backend/port/dynloader/aix.c
src/backend/port/dynloader/aix.h