Update Darwin dlopen() support to avoid deprecation warnings with latest

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

Commit: c50b36d215cad0b48114f3bef108ab851a93b2bf
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-08T19:31:03Z
Releases: 8.2.0
Update Darwin dlopen() support to avoid deprecation warnings with latest
Apple developer tools.  We now use dlopen directly if available, and fall
back to the older code if not.  Chris Campbell

Files

PathChange+/−
src/backend/port/dynloader/darwin.c modified +46 −5