pgsql: Allocate all entries in the serializable xid hash up-front, so t

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Allocate all entries in the serializable xid hash up-front, so t
Дата
Msg-id E1PnTPL-00057j-SS@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allocate all entries in the serializable xid hash up-front, so that you don't
run out of shared memory when you try to assign an xid to a transaction.

Kevin Grittner

Branch
------
master

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

Modified Files
--------------
src/backend/storage/lmgr/predicate.c |    8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Use correct name and URL for MinGW-w64, error noticed by Gurjeet
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Use NOWAIT when including WAL in base backup