pgsql: Fix allocation of RW-conflict pool in the new predicate lock man - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix allocation of RW-conflict pool in the new predicate lock man
Date
Msg-id E1Pn7GP-0002XE-PP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix allocation of RW-conflict pool in the new predicate lock manager, and
also take the RW-conflict pool into account in the PredicateLockShmemSize()
estimate.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/036bb15872fa52f6f403ca22d36a8652bbaf9d3c

Modified Files
--------------
src/backend/storage/lmgr/predicate.c |   10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Implement NOWAIT option for BASE_BACKUP command
Next
From: Bruce Momjian
Date:
Subject: pgsql: Remove tabs in SGML file.