[COMMITTERS] pgsql: Improve configure's check for ICU presence.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Improve configure's check for ICU presence.
Дата
Msg-id E1de1Ju-0008U3-Q6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve configure's check for ICU presence.

Without ICU's header files, "configure --with-icu" would succeed anyway,
at least when using the non-pkgconfig-based setup.  Then you got a bunch of
ugly failures at build.  Add an explicit header check to tighten that up.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f4f41baf29c6835dca58e3aa22c56e9e7c7754de

Modified Files
--------------
configure    | 23 +++++++++++++++++------
configure.in | 17 +++++++++++------
2 files changed, 28 insertions(+), 12 deletions(-)


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Make pg_stop_backup's wait_for_archive flag work on standbys.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Doc: update v10 release notes through today.