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

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix allocation of RW-conflict pool in the new predicate lock man
Date: 2011-02-09 10:27:09
Message-ID: E1Pn7GP-0002XE-PP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-02-09 13:16:08 pgsql: Remove tabs in SGML file.
Previous Message Magnus Hagander 2011-02-09 10:02:14 pgsql: Implement NOWAIT option for BASE_BACKUP command