Skip to content
Snippets Groups Projects
  • Alvaro Herrera's avatar
    dd778e9d
    Rename various "freeze multixact" variables · dd778e9d
    Alvaro Herrera authored
    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
    dd778e9d
    History
    Rename various "freeze multixact" variables
    Alvaro Herrera authored
    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