XLogCtl->ckptFullXid is unused

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: XLogCtl->ckptFullXid is unused
Date: 2025-07-11 20:20:35
Message-ID: aHFyE1bs9YR93dQ1@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I just noticed $SUBJECT. This seems to be an oversight in commit 2fc7af5,
which simultaneously combined ckptXidEpoch and ckptXid into ckptFullXid and
removed the only use of that information, i.e., GetNextXidAndEpoch(). Any
objections if I remove it now?

--
nathan

Attachment Content-Type Size
v1-0001-Remove-XLogCtl-ckptFullXid.patch text/plain 2.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-07-11 21:03:53 Re: AIO v2.5
Previous Message Pavel Stehule 2025-07-11 19:55:40 Re: proposal: schema variables