Обсуждение: pgsql: Update Darwin dlopen() support to avoid deprecation warnings with

Поиск
Список
Период
Сортировка

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

От
tgl@postgresql.org (Tom Lane)
Дата:
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)