Re: Add 64-bit XIDs into PostgreSQL 15

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-17 16:48:53
Message-ID: CACG=ezZDBjbcwZGEQa5QpoiH0_aNpXNwPTgK_fZLu1FTXODWsw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

We've revised the whole patch set.
Things changed:
- use localizable printf format, compatible with 32 and 64 bit xids
- replace str2unt64 and similar functions with strtou64 call
- rebase onto current master branch
- use proper type modifiers for sscanf calls

What about adding 0003 patch into [1] to deliver it into PG15. I think it's
quite possible.

[1]
https://www.postgresql.org/message-id/flat/CAJ7c6TPDOYBYrnCAeyndkBktO0WG2xSdYduTF0nxq+vfkmTF5Q(at)mail(dot)gmail(dot)com

--
Best regards,
Maxim Orlov.

Attachment Content-Type Size
v20-64bit-xids.tgz application/gzip 175.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-03-17 16:56:45 Re: Unhyphenation of crash-recovery
Previous Message Mark Dilger 2022-03-17 16:36:49 Re: Granting SET and ALTER SYSTE privileges for GUCs