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

  1. Remove XLogCtl->ckptFullXid.

  2. Add basic infrastructure for 64 bit transaction IDs.