pgsql: Fix incorrect comparison of scan key in GIN.

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect comparison of scan key in GIN.
Date: 2010-01-18 11:53:10
Message-ID: 20100118115310.ECCA57541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix incorrect comparison of scan key in GIN. Per report from
Vyacheslav Kalinin <vka(at)mgcp(dot)com>

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/backend/access/gin:
ginscan.c (r1.24 -> r1.24.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginscan.c?r1=1.24&r2=1.24.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message User Bmomjian 2010-01-18 14:06:22 pg-migrator - pg_migrator: Improve tablespace handling for 8.5
Previous Message Teodor Sigaev 2010-01-18 11:50:43 pgsql: Fix incorrect comparison of scan key in GIN.