[COMMITTERS] pgsql: Add libxml2 include path for MSVC builds - Mailing list pgsql-committers

From Andrew Dunstan
Subject [COMMITTERS] pgsql: Add libxml2 include path for MSVC builds
Date
Msg-id E1d9BVK-0006ia-66@gemulon.postgresql.org
Whole thread Raw
List 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
------
master

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

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: pg_dump: Add --no-publications option
Next
From: Andrew Dunstan
Date:
Subject: [COMMITTERS] pgsql: Honor PROVE_FLAGS environment setting