Re: How can I build OSSP UUID support on Windows to avoid duplicate UUIDs?

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: 高增琦 <pgf00a(at)gmail(dot)com>
Cc: Christopher Browne <cbbrowne(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, Garick Hamlin <ghamlin(at)isc(dot)upenn(dot)edu>, MauMau <maumau307(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Hiroshi Saito <hiroshi(at)winpg(dot)jp>, Dave Page <dpage(at)pgadmin(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: How can I build OSSP UUID support on Windows to avoid duplicate UUIDs?
Date: 2016-02-01 09:16:42
Message-ID: 20160201091642.GA64578@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

高增琦 wrote:
> : (
>
> still don't know how to build ossp-uuid on windows with MSVC.
> Saito san's patch doesn't fix all errors during compiling...

I don't understand why you want to build that specific module on Windows.
Doesn't Windows have its own UUID generator that you can access, using a
smaller extension?

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alexander Korotkov 2016-02-01 10:06:57 Re: Move PinBuffer and UnpinBuffer to atomics
Previous Message Alvaro Herrera 2016-02-01 09:13:34 Re: Template for commit messages