Limitation on number of positions (tsearch)

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Limitation on number of positions (tsearch)
Дата
Msg-id 46E91A51.80103@enterprisedb.com
обсуждение исходный текст
Ответы Re: Limitation on number of positions (tsearch)  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
Why is there a limitation of 256 positions per lexeme in a tsvector?
There doesn't seem to be a technical reason for that. WordEntryPosVector
uses a uint16 to store the number of positions, so it go up to 65535.

--  Heikki Linnakangas EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: Preparation for PostgreSQL releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Limitation on number of positions (tsearch)