pgsql: Fix infinite loop while checking of partial match in pending

From: teodor(at)postgresql(dot)org (Teodor Sigaev)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix infinite loop while checking of partial match in pending
Date: 2009-04-05 11:32:01
Message-ID: 20090405113201.3BFDB754ADE@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix infinite loop while checking of partial match in pending list.
Improve comments. Now GIN-indexable operators should be strict.
Per Tom's questions/suggestions.

Modified Files:
--------------
pgsql/src/backend/access/gin:
ginget.c (r1.24 -> r1.25)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginget.c?r1=1.24&r2=1.25)
ginscan.c (r1.22 -> r1.23)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginscan.c?r1=1.22&r2=1.23)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-04-05 19:59:40 pgsql: Change EXPLAIN output so that subplans and initplans
Previous Message Tom Lane 2009-04-05 04:19:59 pgsql: Remove a boatload of useless definitions of 'int optreset'.