Re: Requiring LLVM 14+ in PostgreSQL 18

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Requiring LLVM 14+ in PostgreSQL 18
Дата
Msg-id CA+hUKGL3EJ37xuj0813AfgwtxBSmfM_pwE8pSGGE5BeKSxCiZw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Requiring LLVM 14+ in PostgreSQL 18  (Peter Eisentraut <peter@eisentraut.org>)
Ответы Re: Requiring LLVM 14+ in PostgreSQL 18
Список pgsql-hackers
On Mon, May 13, 2024 at 2:33 AM Peter Eisentraut <peter@eisentraut.org> wrote:
> These patches look fine to me.  The new cut-off makes sense, and it does
> save quite a bit of code.  We do need to get the Cirrus CI Debian images
> updated first, as you had already written.

Thanks for looking!

> As part of this patch, you also sneak in support for LLVM 18
> (llvm-config-18, clang-18 in configure).  Should this be a separate patch?

Yeah, right, I didn't really think too hard about why we have that,
and now that you question it...

> And as I'm looking up how this was previously handled, I notice that
> this list of clang-NN versions was last updated equally sneakily as part
> of your patch to trim off LLVM <10 (820b5af73dc).  I wonder if the
> original intention of that configure code was that maintaining the
> versioned list above clang-7/llvm-config-7 was not needed, because the
> unversioning programs could be used, or maybe because pkg-config could
> be used.  It would be nice if we could get rid of having to update that.

I probably misunderstood why we were doing that, perhaps something to
do with the way some distro (Debian?) was doing things with older
versions, and yeah I see that we went a long time after 7 without
touching it and nobody cared.  Yeah, it would be nice to get rid of
it.  Here's a patch.  Meson didn't have that.

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Fix src/test/subscription/t/029_on_error.pl test when wal_debug is enabled
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Underscore in positional parameters?