[COMMITTERS] pgsql: Add libxml2 include path for MSVC builds

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема [COMMITTERS] pgsql: Add libxml2 include path for MSVC builds
Дата
Msg-id E1d9BVK-0006il-6s@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add libxml2 include path for MSVC builds

On Unix this path is detected via the use of xml2-config, but that's not
available on Windows. This means that users building with libxml2 will
no longer need to move things around from the standard libxml2
installation for MSVC builds.

Backpatch to all live branches.

Branch
------
REL9_2_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/614f83c122b029edb13b01fbc62a518f2ffd1254

Modified Files
--------------
src/tools/msvc/Solution.pm | 1 +
1 file changed, 1 insertion(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: pg_dump: Add --no-publications option
Следующее
От: Andrew Dunstan
Дата:
Сообщение: [COMMITTERS] pgsql: Honor PROVE_FLAGS environment setting