]> granicus.if.org Git - postgresql/commit
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)
commitf2cc453dd7e87e800a62a173dea0353bf106668d
tree230e298f83472dc2ba26ca71fdb51b3b5f27a279
parentfea168823acd6c1c50d3d366798a4314c79e6dc9
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