pgsql: Fix incorrect comparison of scan key in GIN. - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix incorrect comparison of scan key in GIN.
Date
Msg-id 20100118115043.A962F7541B9@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix incorrect comparison of scan key in GIN. Per report from
Vyacheslav Kalinin <vka@mgcp.com>

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        ginscan.c (r1.25 -> r1.26)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginscan.c?r1=1.25&r2=1.26)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Fix portalmem.c to avoid keeping a dangling pointer to a cached
Next
From: teodor@postgresql.org (Teodor Sigaev)
Date:
Subject: pgsql: Fix incorrect comparison of scan key in GIN.