Fix the size of predicate lock manager's shared memory hash tables at creation.
Heikki Linnakangas <heikki.linnakangas@iki.fi>
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
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/predicate.c | modified | +9 −13 |
| src/backend/utils/hash/dynahash.c | modified | +6 −0 |
| src/include/utils/hsearch.h | modified | +1 −0 |