Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f2cc453dd7e87e800a62a173dea0353bf106668d
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2009-04-21T21:15:50Z
Releases: 8.4.0
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.

Files