Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1txWUW-00Aedj-Li for pgsql-hackers@arkaria.postgresql.org; Wed, 26 Mar 2025 19:32:45 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1txWUU-0096Sk-NI for pgsql-hackers@arkaria.postgresql.org; Wed, 26 Mar 2025 19:32:42 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1txWUU-0096SV-CW for pgsql-hackers@lists.postgresql.org; Wed, 26 Mar 2025 19:32:42 +0000 Received: from forwardcorp1a.mail.yandex.net ([2a02:6b8:c0e:500:1:45:d181:df01]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1txWUR-001NBN-1q for pgsql-hackers@postgresql.org; Wed, 26 Mar 2025 19:32:41 +0000 Received: from mail-nwsmtp-mxback-corp-main-74.iva.yp-c.yandex.net (mail-nwsmtp-mxback-corp-main-74.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:bc96:0:640:dc0e:0]) by forwardcorp1a.mail.yandex.net (Yandex) with ESMTPS id AA7316112F; Wed, 26 Mar 2025 22:32:37 +0300 (MSK) Received: from mail.yandex-team.ru (2a02:6b8:c0c:2a8e:0:640:a615:0 [2a02:6b8:c0c:2a8e:0:640:a615:0]) by mail-nwsmtp-mxback-corp-main-74.iva.yp-c.yandex.net (mxbackcorp/Yandex) with HTTPS id nRWnTa0FnGk0-GMayJ0cY; Wed, 26 Mar 2025 22:32:37 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex-team.ru; s=default; t=1743017557; bh=ThaHEQX2Wj3wOzS6MM1MlAYFT4j/ZyxvsndaQGh3yqw=; h=Message-Id:References:Date:Cc:Subject:In-Reply-To:To:From; b=tijN8qJcLH5em8u3HoJFb769DFe8NCzD5Mefvp6h4jhtahl8ePgjBx0eeJCvq1Xcv i9PpCWI37O5OSAdmxEzZrC3SmZDya4MBn+f5zW/nBV4K2/0g1u1Y0SS2u7T1YH5rGA xd190nhqvn0rKIRoKcZ76jIcRcM4SOEAM5O7rUVc= Authentication-Results: mail-nwsmtp-mxback-corp-main-74.iva.yp-c.yandex.net; dkim=pass header.i=@yandex-team.ru Received: by mail-sendbernar-corp-main-71.iva.yp-c.yandex.net with HTTP; Wed, 26 Mar 2025 22:32:36 +0300 From: Andrei Borodin To: Masahiko Sawada Cc: Daniel Verite , Peter Eisentraut , Jelte Fennema-Nio , Sergey Prokhorenko , =?utf-8?B?UHJ6ZW15c8WCYXcgU3p0b2No?= , Michael Paquier , Aleksander Alekseev , Pgsql-Hackers Mailing List , David G. Johnston , Mat Arye , Matthias van de Meent , Nikolay Samokhvalov , Junwang Zhao , Stepan Neretin In-Reply-To: References: <1890999E-AB11-4090-9234-B4123F974D38@yandex-team.ru> <2e866175-6e52-4f20-b1a9-7e30e433eecb@manitou-mail.org> <96DEC2D9-659A-40E8-B7BA-AF5D162A9E21@yandex-team.ru> <2168BA61-2294-4812-BBD7-342928B7BD63@yandex-team.ru> <11C1A15A-73D9-4690-BC88-CE17A607C2FE@yandex-team.ru> <2AC70766-C26F-4F4D-A76C-C8B567A06B60@yandex-team.ru> Subject: Re: UUID v7 MIME-Version: 1.0 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Thu, 27 Mar 2025 00:32:36 +0500 Message-Id: <777871743017556@mail-sendbernar-corp-main-71.iva.yp-c.yandex.net> Content-Transfer-Encoding: 7bit Content-Type: text/html List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk

26.03.2025, 21:06, "Masahiko Sawada" <sawada.mshk@gmail.com>:

Agreed. I've done this in the attached patch.

Great! The patch looks good to me.

Best regards, Andrey Borodin.