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

From Heikki Linnakangas
Subject pgsql: Allocate all entries in the serializable xid hash up-front, so t
Date
Msg-id E1PnTPL-00057j-SS@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Use correct name and URL for MinGW-w64, error noticed by Gurjeet
Next
From: Magnus Hagander
Date:
Subject: pgsql: Use NOWAIT when including WAL in base backup