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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Allocate all entries in the serializable xid hash up-front, so t
Date: 2011-02-10 10:05:51
Message-ID: E1PnTPL-00057j-SS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2011-02-10 10:46:00 Re: Re: [COMMITTERS] pgsql: Update docs on building for Windows to accomodate current realit
Previous Message Andrew Dunstan 2011-02-10 09:58:42 pgsql: Use correct name and URL for MinGW-w64, error noticed by Gurjeet