Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs

From: surya poondla <suryapoondla4(at)gmail(dot)com>
To: Dharin Shah <dharinshah95(at)gmail(dot)com>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs
Date: 2026-01-09 22:01:10
Message-ID: CAOVWO5ri14VWdJh+tYt2d5O0VAbZbEhU1C=x-jaxE8qBYgLoUA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Dharin,

I looked at your patch, it looks good.

In the code, I couldn’t find any 2^64 bound on the lexeme count, so
removing that makes sense.
The added sentence about distinct lexeme count seems to overlap with the
existing description of tsvector limits, so I’m not sure it adds much new
information.

-Surya Poondla

>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jelte Fennema-Nio 2026-01-09 22:08:15 Re: Always show correct error message for statement timeouts, fixes random buildfarm failures
Previous Message Michael Banck 2026-01-09 21:53:04 Re: Maybe BF "timedout" failures are the client script's fault?