Обсуждение: pgsql: Move multixid allocation out of critical section.

Поиск
Список
Период
Сортировка

pgsql: Move multixid allocation out of critical section.

От
Heikki Linnakangas
Дата:
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.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a2f9572ca507bfcb71bcf1b81b563e5094fd6904

Modified Files
--------------
src/backend/access/heap/heapam.c |   30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)