Re: [COMMITTERS] pgsql: Remove QueryOperand->istrue flag, it was used only in cover

From: Teodor Sigaev <teodor(at)sigaev(dot)ru>
To: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: pgsql-patches(at)postgresql(dot)org, teodor(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Remove QueryOperand->istrue flag, it was used only in cover
Date: 2007-09-13 06:55:22
Message-ID: 46E8DEDA.5020103@sigaev.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-patches

> This change introduced a compiler warning. Here is a fix for it.
>> Remove QueryOperand->istrue flag, it was used only in cover ranking
>> (ts_rank_cd). Use palloc'ed array in ranking instead of flag.
Thank you, committed

--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Davecramer 2007-09-13 11:43:33 jdbccache - jdbccache: make sure preparethreshold is 1
Previous Message Teodor Sigaev 2007-09-13 06:54:35 pgsql: Fix typo in typecasting.

Browse pgsql-patches by date

  From Date Subject
Next Message Pavan Deolasee 2007-09-13 07:30:33 Re: HOT documentation README
Previous Message Pavan Deolasee 2007-09-13 04:45:05 Re: HOT documentation README