Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction
Alvaro Herrera <alvherre@alvh.no-ip.org>
Fix TransactionIdSetStatusBit so that it doesn't try to change a transaction from COMMITTED to SUBCOMMITTED during recovery. This wasn't previously possible, but it is now due to the recent changes on clog commit protocol for subtransactions. Simon Riggs
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/clog.c | modified | +21 −5 |