Code cleanup for assign_XactIsoLevel.

Robert Haas <rhaas@postgresql.org>

Commit: fb4c5d2798730f60b102d775f22fb53c26a6445d
Author: Robert Haas <rhaas@postgresql.org>
Date: 2011-01-22T02:49:19Z
Releases: 9.1.0
Code cleanup for assign_XactIsoLevel.

The new coding avoids a spurious debug message when a transaction
that has changed the isolation level has been rolled back.  It also
allows the property to be freely changed to the current value within
a subtransaction.

Kevin Grittner, with one small change by me.

Files

PathChange+/−
src/backend/commands/variable.c modified +15 −15
src/backend/utils/misc/guc.c modified +1 −1
src/include/utils/guc.h modified +1 −0