Обсуждение: pgsql: Allocate all entries in the serializable xid hash up-front, so t

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

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

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