Re: Add 64-bit XIDs into PostgreSQL 15 - Mailing list pgsql-hackers

From Maxim Orlov
Subject Re: Add 64-bit XIDs into PostgreSQL 15
Date
Msg-id CACG=ezZgJyXC-KxDLfnbf2Y9NC-ROFyHSGe_NNiWtOybXE0T6g@mail.gmail.com
Whole thread Raw
In response to Re: Add 64-bit XIDs into PostgreSQL 15  (Maxim Orlov <orlovmg@gmail.com>)
List pgsql-hackers
Here is a new rebase @ 70a13c528b6e382a381f that includes solutions for the previously mentioned issues as well as 
a few more fixes and tweaks.

I decided to eliminate the TOAST flag for the function's parameters and instead check pg_special for it.

As a result of 15a79c73111f0c9 and a0ed19e0a9efe9, we also have to utilise the PRI* format string. At the moment, I'm 
not sure how to integrate this into the existing patch set. I simply added it on top of the existing ones. The only possibility 
appears to be to return to the previous version in which the primary patch of XIDs and the patch changing the message 
format to 64 bits were combined.

--
Best regards,
Maxim Orlov.
Attachment

pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: queryId constant squashing does not support prepared statements
Next
From: Daniel Gustafsson
Date:
Subject: Re: Prevent an error on attaching/creating a DSM/DSA from an interrupt handler.