Remove XLogCtl->ckptFullXid. A few code paths set this variable, but its value is never used.
Oversight in commit 2fc7af5e96. Reviewed-by: Aleksander Alekseev <aleksan...@tigerdata.com> Discussion: https://postgr.es/m/aHFyE1bs9YR93dQ1%40nathan Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/8893c3ab3661eb397e68a0ace17c680d1e488360 Modified Files -------------- src/backend/access/transam/xlog.c | 17 ----------------- 1 file changed, 17 deletions(-)