Обсуждение: pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.

Поиск
Список
Период
Сортировка

pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.

От
teodor@postgresql.org (Teodor Sigaev)
Дата:
Log Message:
-----------
Fix multicolumn GIN's wrong results with fastupdate enabled.
User-defined consistent functions believes the check array
contains at least one true element which was not a true for
scanning pending list.

Per report from Yury Don <yura@vpcit.ru>

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        ginget.c (r1.27 -> r1.27.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginget.c?r1=1.27&r2=1.27.2.1)