pgsql: Fix the size of predicate lock manager's shared memory hash tabl

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix the size of predicate lock manager's shared memory hash tabl
Date: 2011-04-11 10:55:11
Message-ID: E1Q9Elz-0005Ur-5X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix the size of predicate lock manager's shared memory hash tables at creation.

This way they don't compete with the regular lock manager for the slack shared
memory, making the behavior more predictable.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7c797e7194d969f974abf579cacf30ffdccdbb95

Modified Files
--------------
src/backend/storage/lmgr/predicate.c | 22 +++++++++-------------
src/backend/utils/hash/dynahash.c | 6 ++++++
src/include/utils/hsearch.h | 1 +
3 files changed, 16 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-04-11 16:20:54 Re: Re: [COMMITTERS] pgsql: Don't make "replication" magical as a user name, only as a datab
Previous Message User Achernow 2011-04-11 02:44:20 libpqtypes - libpqtypes: added man page link for PQparamDup, links to