mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 00:32:10 -04:00
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:
parent
138592d1b0
commit
4c7362c553
1 changed files with 0 additions and 7 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue