Move multixid allocation out of critical section.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
Move multixid allocation out of critical section. It can fail if you run out of memory. This call was added in 9.3, so backpatch to 9.3 only.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/heap/heapam.c | modified | +15 −15 |