• J
    SERIALIZABLE transactions are actually implemented beneath the covers with · 5eb15c99
    Joe Conway 提交于
    transaction snapshots, i.e. a snapshot registered at the beginning of
    a transaction. Change variable naming and comments to reflect this reality
    in preparation for a future, truly serializable mode, e.g.
    Serializable Snapshot Isolation (SSI).
    
    For the moment transaction snapshots are still used to implement
    SERIALIZABLE, but hopefully not for too much longer. Patch by Kevin
    Grittner and Dan Ports with review and some minor wording changes by me.
    5eb15c99
heapam.c 142.0 KB