pgsql: Move multixid allocation out of critical section.

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Move multixid allocation out of critical section.
Дата
Msg-id E1WW60K-0002WJ-Qn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Move multixid allocation out of critical section.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix some compiler warnings that clang emits with -pedantic.