uuid-freebsd - uuid-freebsd: for v1mc, randomize the clock sequence bits

From: andrewsn(at)pgfoundry(dot)org (User Andrewsn)
To: pgsql-committers(at)postgresql(dot)org
Subject: uuid-freebsd - uuid-freebsd: for v1mc, randomize the clock sequence bits
Date: 2009-03-15 16:54:42
Message-ID: 20090315165442.1B90D17ADE8D@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
for v1mc, randomize the clock sequence bits as well as the node id,
per the official algorithm for time-based uuids.

Modified Files:
--------------
uuid-freebsd:
uuid-freebsd.c (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/uuid-freebsd/uuid-freebsd/uuid-freebsd.c.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-03-15 20:31:20 pgsql: Clean up the code for to_timestamp's conversion of year plus ISO
Previous Message User Andrewsn 2009-03-15 16:02:47 uuid-freebsd - uuid-freebsd: Add all remaining functionality; this