pgsql: Grab predicate locks on matching tuples in a lossy bitmap heap s

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Grab predicate locks on matching tuples in a lossy bitmap heap s
Date: 2011-06-29 19:16:37
Message-ID: E1Qc0FZ-00005b-4l@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Non-lossy case was already handled correctly.

Kevin Grittner

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/1aa447a1e1273e51f1bb34e085c021941db86212

Modified Files
--------------
src/backend/executor/nodeBitmapHeapscan.c | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2011-06-29 23:11:33 Re: [COMMITTERS] pgsql: Branch refs/heads/REL9_1_STABLE was removed
Previous Message Heikki Linnakangas 2011-06-29 19:16:36 pgsql: Move the PredicateLockRelation() call from nodeSeqscan.c to heap