Remove unused PruneState member frz_conflict_horizon

c2a23dcf9e removed use of PruneState.frz_conflict_horizon but
neglected to actually remove the member. Do that now.
This commit is contained in:
Melanie Plageman 2026-03-10 18:28:18 -04:00
parent 138592d1b0
commit 4c7362c553

View file

@ -114,13 +114,6 @@ typedef struct
*/
HeapPageFreeze pagefrz;
/*
* The snapshot conflict horizon used when freezing tuples. The final
* snapshot conflict horizon for the record may be newer if pruning
* removes newer transaction IDs.
*/
TransactionId frz_conflict_horizon;
/*-------------------------------------------------------
* Information about what was done
*