pgsql: Update Darwin dlopen() support to avoid deprecation warnings with

Started by Tom Lanealmost 20 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Log Message:
-----------
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

Modified Files:
--------------
pgsql/src/backend/port/dynloader:
darwin.c (r1.10 -> r1.11)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/port/dynloader/darwin.c.diff?r1=1.10&r2=1.11)