Re: NetBSD/MIPS supports dlopen - Mailing list pgsql-patches

From Tom Lane
Subject Re: NetBSD/MIPS supports dlopen
Date
Msg-id 3345.1204749237@sss.pgh.pa.us
Whole thread Raw
In response to Re: NetBSD/MIPS supports dlopen  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: NetBSD/MIPS supports dlopen  (Alvaro Herrera <alvherre@commandprompt.com>)
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: NetBSD/MIPS supports dlopen
Next
From: Bryce Nesbitt
Date:
Subject: Proposed patch - psql wraps at window width