[COMMITTERS] pgsql: Inject $(ICU_LIBS) regardless of platform.

Поиск
Список
Период
Сортировка
От Noah Misch
Тема [COMMITTERS] pgsql: Inject $(ICU_LIBS) regardless of platform.
Дата
Msg-id E1djeIc-0003Xp-96@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Inject $(ICU_LIBS) regardless of platform.

It appeared in a conditional that excludes AIX, Cygwin and MinGW.  Give
ICU support a chance to work on those platforms.  Back-patch to v10,
where ICU support was introduced.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66ed3829df959adb47f71d7c903ac59f0670f3e1

Modified Files
--------------
src/backend/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Partially flatten struct tupleDesc so that it can be used inDSM
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Push limit through subqueries to underlying sort,where possible