Further review of xact.c state machine for nested transactions. Fix
Tom Lane <tgl@sss.pgh.pa.us>
Further review of xact.c state machine for nested transactions. Fix problems with starting subtransactions inside already-failed transactions. Clean up some comments.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +84 −32 |
| src/test/regress/expected/transactions.out | modified | +59 −0 |
| src/test/regress/sql/transactions.sql | modified | +32 −0 |