| From: | teodor(at)postgresql(dot)org (Teodor Sigaev) | 
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org | 
| Subject: | pgsql: Remove QueryOperand->istrue flag, it was used only in cover | 
| Date: | 2007-09-11 16:01:40 | 
| Message-ID: | [email protected] | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-committers pgsql-patches | 
Log Message:
-----------
Remove QueryOperand->istrue flag, it was used only in cover ranking
(ts_rank_cd). Use palloc'ed array in ranking instead of flag.
Modified Files:
--------------
    pgsql/src/backend/utils/adt:
        tsquery.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsquery.c?r1=1.6&r2=1.7)
        tsrank.c (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/tsrank.c?r1=1.5&r2=1.6)
    pgsql/src/include/tsearch:
        ts_type.h (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/tsearch/ts_type.h?r1=1.5&r2=1.6)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-09-11 16:17:46 | pgsql: Include hash table name in all the internal-error elog messages | 
| Previous Message | User Hinoue | 2007-09-11 14:38:11 | psqlodbc - psqlodbc: Correct the format of Bind message under 64bit | 
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Jeff Davis | 2007-09-11 16:15:21 | Re: invalidly encoded strings | 
| Previous Message | Heikki Linnakangas | 2007-09-11 15:37:18 | Re: HOT patch - version 15 |