Re: "serializable" in comments and names

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alvaro Herrera <alvherre@commandprompt.com>
Cc: Kevin Grittner <kevin.grittner@wicourts.gov>, Dan Ports <drkp@csail.mit.edu>, Robert Haas <robertmhaas@gmail.com>, "<pgsql-hackers@postgresql.org>" <pgsql-hackers@postgresql.org>
Date: 2010-09-08T16:12:31Z
Lists: pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> Excerpts from Kevin Grittner's message of vie sep 03 19:06:17 -0400 2010:
>>> How about IsolationUsesXactSnapshot

> I find this name confusing :-(  Doesn't a READ COMMITTED transaction use
> transaction snapshots as well?

AFAIR it doesn't keep the first snapshot around.  If it did, most of
your work on snapshot list trimming would have been useless, no?

			regards, tom lane