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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Grab predicate locks on matching tuples in a lossy bitmap heap s
Дата
Msg-id E1Qc0FY-00005W-U9@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Non-lossy case was already handled correctly.

Kevin Grittner

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d9fe63acb033141be695815a8a663de8dae4f8af

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Grab predicate locks on matching tuples in a lossy bitmap heap s
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Move the PredicateLockRelation() call from nodeSeqscan.c to heap