]> granicus.if.org Git - postgresql/commit
Update Darwin dlopen() support to avoid deprecation warnings with latest
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Oct 2006 19:31:03 +0000 (19:31 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 8 Oct 2006 19:31:03 +0000 (19:31 +0000)
commitc50b36d215cad0b48114f3bef108ab851a93b2bf
treee5b8080c6767b63923a0174495c694f779b56e06
parent92fb5edbc1ba2b3cc2fbf0a203c2bb511a42dba3
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
src/backend/port/dynloader/darwin.c