Re: remove ancient pre-dlopen dynloader code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: remove ancient pre-dlopen dynloader code
Дата
Msg-id 10102.1534428424@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: remove ancient pre-dlopen dynloader code  (Andres Freund <andres@anarazel.de>)
Ответы Re: remove ancient pre-dlopen dynloader code
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2018-08-16 09:22:14 -0400, Tom Lane wrote:
>> The lazy man's way to get rid of it would be to put something like
>> "int bogus = 0;" in the empty dynloader.c files.  Better would be
>> to not have the empty .c files at all, but I'm not sure how much
>> we'd have to contort the Makefiles to support that.

> If I had my druthers, we'd just remove all that configure magic for
> selecting these files and just use ifdefs.  Personally I find it
> occasionally that they're linked into place, rather than built under
> their original name.

Even if we all agreed that was an improvement (which I'm not sure of),
it wouldn't fix this problem would it?  On affected platforms, the
file would still be empty after preprocessing.

            regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: remove ancient pre-dlopen dynloader code
Следующее
От: Andres Freund
Дата:
Сообщение: Re: remove ancient pre-dlopen dynloader code