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:22
Message-ID: 20091113111722.5B97D753FB7@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>

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2009-11-13 13:55:59 pgbouncer - pgbouncer: Disable maintenance during SUSPEND Otherwise
Previous Message Teodor Sigaev 2009-11-13 11:17:04 pgsql: Fix multicolumn GIN's wrong results with fastupdate enabled.