pgsql: Fix the MSVC build process for uuid-ossp. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Fix the MSVC build process for uuid-ossp.
Date
Msg-id E1WxFqE-0002dq-Nz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix the MSVC build process for uuid-ossp.

Catch up with commit b8cc8f94730610c0189aa82dfec4ae6ce9b13e34's
introduction of the HAVE_UUID_OSSP symbol to the principal build
process.  Back-patch to 9.4, where that commit appeared.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cee1f48cb3e34dbd8435849369a7cd0f7cbc6d3b

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


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix the MSVC build process for uuid-ossp.
Next
From: Tom Lane
Date:
Subject: pgsql: Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...