Re: [PATCHES] Use non-deprecated APIs for dynloader/darwin.c

2006-10-08 Thread Tom Lane
Chris Campbell <[EMAIL PROTECTED]> writes: > Mac OS X has included dlopen() and friends etc since Mac OS X 10.3. > The attached patch switches to using those APIs in src/backend/port/ > dynloader/darwin.c (and passes "make check"). Looks good, but I don't think we want to abandon OSX 10.2 suppo

[PATCHES] Use non-deprecated APIs for dynloader/darwin.c

2006-10-07 Thread Chris Campbell
Re: Darwin stuff is getting deprecated http://archives.postgresql.org/pgsql-hackers/2006-09/msg02238.php Mac OS X has included dlopen() and friends etc since Mac OS X 10.3. From the dlopen(3) man page: Mac OS X 10.3 incorporated the dlcompat package written by Jorge Acereda