On Tue, May 27, 2014 at 07:46:41PM -0400, Tom Lane wrote:
> Pushed; thanks for working on this!

Here's a fix to make the MSVC build process account for the addition of
HAVE_UUID_OSSP.  (None of the MSVC buildfarm members enable uuid-ossp.)

-- 
Noah Misch
EnterpriseDB                                 http://www.enterprisedb.com
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index c0d7f38..f7a5abb 100644
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -214,6 +214,7 @@ s{PG_VERSION_STR "[^"]+"}{__STRINGIFY(x) #x\n#define 
__STRINGIFY2(z) __STRINGIFY
 
                if ($self->{options}->{uuid})
                {
+                       print O "#define HAVE_UUID_OSSP\n";
                        print O "#define HAVE_UUID_H\n";
                }
                if ($self->{options}->{xml})
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to