Re: Add 64-bit XIDs into PostgreSQL 15

From: Maxim Orlov <orlovmg(at)gmail(dot)com>
To: "Finnerty, Jim" <jfinnert(at)amazon(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add 64-bit XIDs into PostgreSQL 15
Date: 2022-01-08 08:21:20
Message-ID: CACG=ezbCkLkw6-+KpVqTF-8xNieQrbRvaSmrbfnkTgTDoRJHzg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> Perhaps we can merge some of the code cleanup that it contained, such
> as using XID_FMT everywhere and creating a type for the kind of page
> returned by TransactionIdToPage() to make the code cleaner.
>

Agree, I think this is a good idea.

> Is your patch functionally the same as the PostgresPro
> implementation?
>

Yes, it is. It basically is PostgresPro implementation, not a concept or
smth.

--
Best regards,
Maxim Orlov.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Maxim Orlov 2022-01-08 08:48:41 Re: Add 64-bit XIDs into PostgreSQL 15
Previous Message Michael Paquier 2022-01-08 07:47:52 Re: \dP and \dX use ::regclass without "pg_catalog."