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

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 7c797e7194d969f974abf579cacf30ffdccdbb95
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-04-11T10:43:31Z
Releases: 9.1.0
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.

Files