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

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.
Date: 2009-11-13 11:17:04
Message-ID: 20091113111704.46F91753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)vpcit(dot)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)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-11-13 11:17:22 pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.
Previous Message User Jbcooley 2009-11-13 04:10:56 npgsql - Npgsql2: Bug #1010527 - Fix query timeout connection