From: | Maxim Orlov <orlovmg(at)gmail(dot)com> |
---|---|
To: | Pavel Borisov <pashkin(dot)elfe(at)gmail(dot)com> |
Cc: | Aleksander Alekseev <aleksander(at)timescale(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>, Stephen Frost <sfrost(at)snowman(dot)net>, Alexander Korotkov <aekorotkov(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>, Ilya Anfimov <ilan(at)tzirechnoy(dot)com> |
Subject: | Re: Add 64-bit XIDs into PostgreSQL 15 |
Date: | 2022-03-18 15:22:00 |
Message-ID: | CACG=ezZHjEcHrY0p0W1zjQjUSzXdXyuC4q9QunC6JOXsB6uTKA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi!
Here is v22 with following changes:
- use explicit unsigned long long cast for printf/elog XIDs instead of
macro XID_TYPE
- add *.po localization
- fix forgotten XIDs format changes in pg_resetwal.c
- 0006 patch refactoring
Your reviews are very welcome!
--
Best regards,
Maxim Orlov.
Attachment | Content-Type | Size |
---|---|---|
v22-64bit-xids.tgz | application/gzip | 188.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Borisov | 2022-03-18 15:43:47 | Probable CF bot degradation |
Previous Message | Mark Dilger | 2022-03-18 15:15:47 | Re: New Object Access Type hooks |