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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the MSVC build process for uuid-ossp.
Date: 2014-06-18 13:23:54
Message-ID: E1WxFqE-0002dq-Nz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-06-18 17:22:56 pgsql: Implement UPDATE tab SET (col1,col2,...) = (SELECT ...), ...
Previous Message Bruce Momjian 2014-06-17 15:29:21 pgsql: 9.4 release notes: improve valgrind mention