Re: How can I build OSSP UUID support on Windows to avoid duplicate UUIDs? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: How can I build OSSP UUID support on Windows to avoid duplicate UUIDs?
Date
Msg-id 6764.1383168766@sss.pgh.pa.us
Whole thread Raw
In response to Re: How can I build OSSP UUID support on Windows to avoid duplicate UUIDs?  ("MauMau" <maumau307@gmail.com>)
Responses Re: How can I build OSSP UUID support on Windows to avoid duplicate UUIDs?  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
"MauMau" <maumau307@gmail.com> writes:
> From: "Tom Lane" <tgl@sss.pgh.pa.us>
>> Yeah, but what shall we replace it with?  And can we preserve the
>> API contrib/uuid-ossp offers?  (Maybe we shouldn't even try, but
>> just deprecate that module and start fresh.)

> Would it be welcomed in this community if a patch for built-in UUID 
> generation functions are provided?

Based on what?  The reason we've held this code at arms length (in a
contrib module) is exactly that we weren't too satisfied with the
portability or adequacy of the generation methods.  Moving the functions
into core doesn't do anything to make that better; rather, it raises the
portability bar even higher, as well as making it almost impossible to
contemplate further API changes.

Note the lack of enthusiasm for taking on maintainership of the OSSP
code.  Pushing it into core would mean that we're buying into that
maintainership, hook line and sinker.  I don't think that such a
proposal would fly.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Sergey Konoplev
Date:
Subject: Re: [PATCH] Use MAP_HUGETLB where supported (v3)
Next
From: Tom Lane
Date:
Subject: Re: Something fishy happening on frogmouth