Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs
Date
Msg-id 1048391.1774562546@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs  (Aditya Gollamudi <adigollamudi@gmail.com>)
Responses Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs
List pgsql-hackers
Aditya Gollamudi <adigollamudi@gmail.com> writes:
>  +1 on this patch, I was also a bit confused on this part of the
> documentation. All I could conclude was that the number of lexemes in a
> tsvector was limited by existing tsvector limits. I agree with Surya's
> comment about the overlap, I think this patch should only remove the line
> about the 2^64 bound. Patch applies cleanly!

What I'm inclined to do is just drop that <listitem> entirely,
since it's implied by the 1MB space limit.  The patch as-submitted
accomplishes about the same thing, but takes more words to do it.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Add uuid_to_base32hex() and base32hex_to_uuid() built-in functions
Next
From: Heikki Linnakangas
Date:
Subject: Re: Clean up NamedLWLockTranche stuff