Re: XLogCtl->ckptFullXid is unused

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: XLogCtl->ckptFullXid is unused
Date: 2025-07-12 19:36:05
Message-ID: aHK5JYoWOiGpRWq_@nathan
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-07-12 19:39:30 Re: Changing the state of data checksums in a running cluster
Previous Message Tom Lane 2025-07-12 19:23:26 Re: patch: Use pg_assume in jsonb_util.c to fix GCC 15 warnings