Re: remove ancient pre-dlopen dynloader code

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: remove ancient pre-dlopen dynloader code
Дата
Msg-id 20180831151524.op34wkdqkbss5xyu@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: remove ancient pre-dlopen dynloader code  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: PostgreSQL logical decoder output plugin - unchanged toast data
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Dimension limit in contrib/cube (dump/restore hazard?)