Remove XLogCtl->ckptFullXid.

Nathan Bossart <nathan@postgresql.org>

Commit: 8893c3ab3661eb397e68a0ace17c680d1e488360
Author: Nathan Bossart <nathan@postgresql.org>
Date: 2025-07-12T19:34:57Z
Remove XLogCtl->ckptFullXid.

A few code paths set this variable, but its value is never used.

Oversight in commit 2fc7af5e96.

Reviewed-by: Aleksander Alekseev <aleksander@tigerdata.com>
Discussion: https://postgr.es/m/aHFyE1bs9YR93dQ1%40nathan

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +0 −17

Discussion