pgsql: Fallback to clang in PATH with meson

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fallback to clang in PATH with meson
Дата
Msg-id E1sXfQo-001RdY-K9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fallback to clang in PATH with meson

Some distributions put clang into a different path than the llvm
binary path.

For example, this is the case on NixOS / nixpkgs, which failed to find
clang with meson before this patch.

Author: Wolfgang Walther
Reviewed-by: Nazir Bilal Yavuz, Alvaro Herrera, Peter Eisentraut
Reviewed-by: Tristan Partin
Discussion: https://www.postgresql.org/message-id/ca8f37e1-a2c3-40e2-91f6-59c3d3652ad4@technowledgy.de
Backpatch: 16-, where meson support was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4d8de281b5834c8f5e0be6ae21e884e69dffd4ce

Modified Files
--------------
meson.build | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix more holes with SLRU code in need of int64 for segment numbe
Следующее
От: David Rowley
Дата:
Сообщение: pgsql: Optimize escaping of JSON strings