Re: XLogCtl->ckptFullXid is unused
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Aleksander Alekseev <aleksander@tigerdata.com>
Cc: pgsql-hackers@postgresql.org
Date: 2025-07-12T19:36:05Z
Lists: pgsql-hackers
On Sat, Jul 12, 2025 at 12:32:31AM +0300, Aleksander Alekseev wrote: > Good catch. I don't see any reason why we might want to keep ckptFullXid. > Also I checked if there are any references left to this field - there are > none. Thanks, committed. -- nathan
Commits
-
Remove XLogCtl->ckptFullXid.
- 8893c3ab3661 19 (unreleased) landed
-
Add basic infrastructure for 64 bit transaction IDs.
- 2fc7af5e9660 12.0 cited