Re: remove ancient pre-dlopen dynloader code - Mailing list pgsql-hackers

From Andres Freund
Subject Re: remove ancient pre-dlopen dynloader code
Date
Msg-id 20180831151524.op34wkdqkbss5xyu@alap3.anarazel.de
Whole thread Raw
In response to Re: remove ancient pre-dlopen dynloader code  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
On 2018-08-31 10:52:18 +0200, Peter Eisentraut wrote:
> How about this: We only have two nonstandard dlopen() implementations
> left: Windows and (old) HP-UX.  We move those into src/port/dlopen.c and
> treat it like a regular libpgport member.  That gets rid of all those
> duplicative empty per-platform files.

Great!  Quickly skimmed the patch and it looks good.  I don't quite know
why you moved the implementation to src/port rather than
src/backend/port, but either is fine with me... Long term the former
probably is better.

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: PostgreSQL logical decoder output plugin - unchanged toast data
Next
From: Alvaro Herrera
Date:
Subject: Re: Dimension limit in contrib/cube (dump/restore hazard?)