Limitation on number of positions (tsearch) - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Limitation on number of positions (tsearch)
Date
Msg-id 46E91A51.80103@enterprisedb.com
Whole thread Raw
Responses Re: Limitation on number of positions (tsearch)
List 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 by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Preparation for PostgreSQL releases 8.2.5, 8.1.10, 8.0.14, 7.4.18, 7.3.20
Next
From: Teodor Sigaev
Date:
Subject: Re: Limitation on number of positions (tsearch)