From: | Evgeny Voropaev <evgeny(dot)voropaev(at)tantorlabs(dot)com> |
---|---|
To: | wenhui qiu <qiuwenhuifx(at)gmail(dot)com> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Evgeny <evorop(at)gmail(dot)com> |
Subject: | Re: Add 64-bit XIDs into PostgreSQL 15 |
Date: | 2025-03-26 14:39:52 |
Message-ID: | 4ed92d22-fc9c-4d4c-9852-313271068c13@tantorlabs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello hackers!
The actual version of the xid64 patch is attached. The patch has been
rebased onto the master branch (1eb399366ed, 2025-03-26).
This version fixes several bugs found since December 2024.
1. Fixed the error that occurred when parsing an XLog record in the
DecodeUpdate function. The error occurred when XLOG_HEAP_INIT_PAGE flag
was set.
2. Bugs related to page inconsistencies after a prune_freeze operation.
- fixed the bug of the XMAX_COMMITTED hint bit.
- fixed the error "An unsaved xmax at a freezing during a replication."
Best regards,
Evgeny Voropaev, Tantor Labs.
From | Date | Subject | |
---|---|---|---|
Next Message | Nikolay Shaplov | 2025-03-26 14:39:58 | Re: vacuum_truncate configuration parameter and isset_offset |
Previous Message | Steven Niu | 2025-03-26 14:39:27 | Re: [PATCH] avoid double scanning in function byteain |