Re: pgsql: Refactor dlopen() support

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Refactor dlopen() support
Date: 2018-09-07 09:47:29
Message-ID: 765f9eb2-789c-59b2-c4c3-8ee865038b58@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 07/09/2018 08:30, Tom Lane wrote:
> Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
>> Refactor dlopen() support
>
> Buildfarm member locust doesn't like this much. I've been able to
> reproduce the problem on an old Mac laptop running the same macOS release,
> viz 10.5.8. (Note that we're not seeing it on earlier or later releases,
> which is odd in itself.)

Nothing should have changed on macOS except that the intermediate
functions pg_dl*() were replaced by direct calls to dl*(). Very strange.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-09-07 13:13:22 pgsql: libpq: Change "options" dispchar to normal
Previous Message Peter Eisentraut 2018-09-07 09:43:10 pgsql: Use C99 designated initializers for some structs

Browse pgsql-hackers by date

  From Date Subject
Next Message Maksim Milyutin 2018-09-07 09:59:41 Re: Hint to set owner for tablespace directory
Previous Message Peter Eisentraut 2018-09-07 09:45:20 Re: Use C99 designated initializers for some structs