SERIALIZABLE transactions are actually implemented beneath the covers with

Joe Conway <mail@joeconway.com>

Commit: 5eb15c9942a9bd6aaf712f2ab6175005e035168a
Author: Joe Conway <mail@joeconway.com>
Date: 2010-09-11T18:38:58Z
Releases: 9.1.0
SERIALIZABLE transactions are actually implemented beneath the covers with
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.

Files