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

From Tom Lane
Subject Re: remove ancient pre-dlopen dynloader code
Date
Msg-id 28859.1535727957@sss.pgh.pa.us
Whole thread Raw
In response to Re: remove ancient pre-dlopen dynloader code  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
> 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.

+1.  I eyeballed the patch quickly and it looks sane, but I didn't
try to test it.  Being a lazy person, I don't want to test it manually,
but I'll be happy to queue up a gaur run as soon as you push it
(and if by some chance that shows a problem, I'll fix it).

            regards, tom lane


pgsql-hackers by date:

Previous
From: Georgy Buranov
Date:
Subject: Re: PostgreSQL logical decoder output plugin - unchanged toast data
Next
From: Antonin Houska
Date:
Subject: Re: [HACKERS] WIP: Aggregation push-down