pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.
Date
Msg-id 20091113111704.46F91753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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>

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

pgsql-committers by date:

Previous
From: jbcooley@pgfoundry.org (User Jbcooley)
Date:
Subject: npgsql - Npgsql2: Bug #1010527 - Fix query timeout connection
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.