mirror of
https://github.com/postgres/postgres.git
synced 2025-11-15 03:41:20 +03:00
It seems to make more sense to use "cutoff multixact" terminology throughout the backend code; "freeze" is associated with replacing of an Xid with FrozenTransactionId, which is not what we do for MultiXactIds. Andres Freund Some adjustments by Álvaro Herrera