Out-of-date clang/llvm version lists in PGAC_LLVM_SUPPORT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Out-of-date clang/llvm version lists in PGAC_LLVM_SUPPORT
Дата
Msg-id 3808224.1667930925@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Out-of-date clang/llvm version lists in PGAC_LLVM_SUPPORT  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
I happened to notice that these lists of supported versions haven't
been updated in a good long time:

  PGAC_PATH_PROGS(LLVM_CONFIG, llvm-config llvm-config-7 llvm-config-6.0 llvm-config-5.0 llvm-config-4.0
llvm-config-3.9)

  PGAC_PATH_PROGS(CLANG, clang clang-7 clang-6.0 clang-5.0 clang-4.0 clang-3.9)

Given the lack of complaints, it seems likely that nobody is relying
on these.  Maybe we should just nuke them?  If not, I suppose we
better add 8 through 15.

I may be missing it, but it doesn't look like meson.build has any
equivalent lists.  So that might be an argument for getting rid
of the lists here?

            regards, tom lane



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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Sergey Dudoladov
Дата:
Сообщение: Re: Add connection active, idle time to pg_stat_activity