pgsql: Fix strategy propagation to scanEntry for partial match by moving - Mailing list pgsql-committers

From teodor@postgresql.org (Teodor Sigaev)
Subject pgsql: Fix strategy propagation to scanEntry for partial match by moving
Date
Msg-id 20080904114705.E8349755325@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fix strategy propagation to scanEntry for partial match by moving propagation
to initializaion of scanEntry.

Modified Files:
--------------
    pgsql/src/backend/access/gin:
        ginget.c (r1.18 -> r1.19)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginget.c?r1=1.18&r2=1.19)
        ginscan.c (r1.17 -> r1.18)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/gin/ginscan.c?r1=1.17&r2=1.18)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (Dave Page)
Date:
Subject: stackbuilder - wizard: Provide more useful error messages when an FTP or
Next
From: mkz@pgfoundry.org (User Mkz)
Date:
Subject: pgbouncer - pgbouncer: Put own includes at the startt of CPPFLAGS