Re: Vote totals for SET in aborted transaction
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Marc G. Fournier" <scrappy@hub.org>
Cc: Hannu Krosing <hannu@tm.ee>, Scott Marlowe <scott.marlowe@ihs.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2002-04-29T18:19:14Z
Lists: pgsql-hackers
"Marc G. Fournier" <scrappy@hub.org> writes: > What happens inside of a nested transaction, assuming we do have those > evenually ... ? Presumably, an error inside a nested transaction would cause you to revert back to whatever the SET situation was at start of that subtransaction. Offhand this doesn't seem any harder than any other part of what we'd have to do for nested transactions. regards, tom lane