Move multixid allocation out of critical section.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: a2f9572ca507bfcb71bcf1b81b563e5094fd6904
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-04-04T15:24:43Z
Releases: 9.3.5
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

PathChange+/−
src/backend/access/heap/heapam.c modified +15 −15