pgsql: Fix bug in lossy-page handling in GIN

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема pgsql: Fix bug in lossy-page handling in GIN
Дата
Msg-id E1WjE6p-0003xF-NQ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix bug in lossy-page handling in GIN

When returning rows from a bitmap, as done with partial match queries, we
would get stuck in an infinite loop if the bitmap contained a lossy page
reference.

This bug is new in master, it was introduced by the patch to allow skipping
items refuted by other entries in GIN scans.

Report and fix by Alexander Korotkov

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/866e6e1d04d4ae9615bd1899a757dae0191e9c77

Modified Files
--------------
src/backend/access/gin/ginget.c |    4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Accept tcl 8.6 in configure's probe for tclsh.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: More work on the JSON/JSONB user documentation.