Re: NetBSD/MIPS supports dlopen

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: NetBSD/MIPS supports dlopen
Дата
Msg-id 3345.1204749237@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: NetBSD/MIPS supports dlopen  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: NetBSD/MIPS supports dlopen  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-patches
Alvaro Herrera <alvherre@commandprompt.com> writes:
> R�mi Zara wrote:
>> Recent version of NetBSD/MIPS support dlopen. This patch makes the
>> netbsd dynloader tests availability of dlopen on HAVE_DLOPEN rather than
>> on __mips__

> Applied, thanks.

Weird, I haven't seen the commit message come through here.

Anyway: (1) this should probably be back-patched; (2) please clean up
the ugly double negative here:

! #if !defined(HAVE_DLOPEN)
  #else
        dlclose(handle);
  #endif

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: NetBSD/MIPS supports dlopen
Следующее
От: Bryce Nesbitt
Дата:
Сообщение: Proposed patch - psql wraps at window width