Re: Cleanup some -I$(libpq_srcdir) in makefiles

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Cleanup some -I$(libpq_srcdir) in makefiles
Дата
Msg-id 2198963.1609279580@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Cleanup some -I$(libpq_srcdir) in makefiles  (David Rowley <dgrowleyml@gmail.com>)
Ответы Re: Cleanup some -I$(libpq_srcdir) in makefiles  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
David Rowley <dgrowleyml@gmail.com> writes:
> On Wed, 23 Dec 2020 at 18:07, Michael Paquier <michael@paquier.xyz> wrote:
>> adminpack and old_snapshot have no need for those references as they
>> don't use libpq.  Any objections to a small-ish cleanup that removes
>> those references, as per the attached?

> I think these can be safely removed.

> In case they have an opinion on this, I've included Tom and Robert as
> the authors of 629b3af2 and aecf5ee2.

629b3af2 just moved around the existing -I switch in adminpack/Makefile.
AFAICS that switch goes back to adminpack's introduction, fe59e5666.
It was probably just copied-and-pasted from some other contrib Makefile;
since this Makefile has never actually linked libpq, it's hard to see why
it'd be useful here.

            regards, tom lane



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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Cleanup some -I$(libpq_srcdir) in makefiles
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Better client reporting for "immediate stop" shutdowns