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

Поиск
Список
Период
Сортировка
От Teodor Sigaev
Тема Re: pgsql: Remove QueryOperand->istrue flag, it was used only in cover
Дата
Msg-id 46E79BB9.2010100@sigaev.ru
обсуждение исходный текст
Ответ на Re: pgsql: Remove QueryOperand->istrue flag, it was used only in cover  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Список pgsql-committers
> Nice, I played around that myself as well today. I tried to use
> Bitmapsets, instead of bool arrays, but that turned out to be
> significantly slower than the way it used to be. It looks like that
> bool-array method isn't, so that's good.
Yeah, hope so.
>
> Increasing the length field in QueryOperand doesn't actually help,
> because TSVector still only uses 11-bits for the length. And there's
> checks in tsquery.c that forbid values longer than MAXSTRLEN=2^11-1 anyway.
I know, but I doubt that rename istrue field to unused is much better.


--
Teodor Sigaev                                   E-mail: teodor@sigaev.ru
                                                    WWW: http://www.sigaev.ru/

В списке pgsql-committers по дате отправления:

Предыдущее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: psqlodbc - psqlodbc: Duplication deletion.
Следующее
От: mkz@pgfoundry.org (User Mkz)
Дата:
Сообщение: pgbouncer - pgbouncer: fix check for authfile changes silly typo made