Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX.
Дата
Msg-id 2781003.1617083917@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX.  (Thomas Munro <thomas.munro@gmail.com>)
Ответы Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX.  (James Hilliard <james.hilliard1@gmail.com>)
Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX.  (Dave Page <dpage@pgadmin.org>)
Список pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes:
> I'll move it when committing.  I'll let this patch sit for another day
> to see if any other objections show up.

FWIW, I remain fairly strongly against this, precisely because of the
point that it requires us to start using a randomly different
feature-probing technology anytime Apple decides that they're going to
implement some standard API that they didn't before.  Even if it works
everywhere for preadv/pwritev (which we won't know in advance of
buildfarm testing, and maybe not then, since detection failures will
probably be silent), it seems likely that we'll hit some case in the
future where this interacts badly with some other platform's weirdness.
We haven't claimed in the past to support MACOSX_DEPLOYMENT_TARGET,
and I'm not sure we should start now.  How many people actually care
about that?

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Replication slot stats misgivings
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Idea: Avoid JOINs by using path expressions to follow FKs