]> granicus.if.org Git - postgresql/commit
Fix the size of predicate lock manager's shared memory hash tables at creation.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 11 Apr 2011 10:43:31 +0000 (13:43 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 11 Apr 2011 10:43:31 +0000 (13:43 +0300)
commit7c797e7194d969f974abf579cacf30ffdccdbb95
treee8613658516942b58181f98615721a0c997996c2
parentf510fc1d904d3266fd433b49664a7685f4fc89ef
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.
src/backend/storage/lmgr/predicate.c
src/backend/utils/hash/dynahash.c
src/include/utils/hsearch.h