Re: UUID v7 - Mailing list pgsql-hackers

From Andrey M. Borodin
Subject Re: UUID v7
Date
Msg-id 804BDE4C-81F1-4370-A573-6F1EEF1B55F5@yandex-team.ru
Whole thread Raw
In response to Re: UUID v7  (Junwang Zhao <zhjwpku@gmail.com>)
List pgsql-hackers

> On 26 Nov 2024, at 01:11, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
>
> I've merged patches and renamed functions (also updated the commit
> message). Please find the attachment.

This comment
* On MacOS real time is truncated to microseconds.
should also note that on Windows we use ported version of gettimeofday(). Interface of this functions limits us with
only10 bits just like MacOS. 

Besides this patch looks good to me. Thanks!


Best regards, Andrey Borodin.


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] Missing Assert in the code
Next
From: Ashutosh Bapat
Date:
Subject: Re: Separate memory contexts for relcache and catcache