Remove XLogCtl->ckptFullXid.
authorNathan Bossart <nathan@postgresql.org>
Sat, 12 Jul 2025 19:34:57 +0000 (14:34 -0500)
committerNathan Bossart <nathan@postgresql.org>
Sat, 12 Jul 2025 19:34:57 +0000 (14:34 -0500)
commit8893c3ab3661eb397e68a0ace17c680d1e488360
tree8c375b4e8dd721d325ece2deb755aeae121b8609
parent84ce2587075c9418deda6a2f04b9768e375ebe43
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: http://postgr.es/m/aHFyE1bs9YR93dQ1%40nathan
src/backend/access/transam/xlog.c