public inbox for [email protected]
help / color / mirror / Atom feedFrom: Dharin Shah <[email protected]>
To: [email protected]
Subject: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs
Date: Sat, 27 Dec 2025 22:09:14 +0100
Message-ID: <CAOj6k6d0YO6AO-bhxkfUXPxUi-+YX9-doh2h5D5z0Bm8D2w=OA@mail.gmail.com> (raw)
--000000000000cd42f80646f56cbd
Content-Type: multipart/alternative; boundary="000000000000cd42f60646f56cbb"
--000000000000cd42f60646f56cbb
Content-Type: text/plain; charset="UTF-8"
Hello,
A minor doc patch for this page
https://www.postgresql.org/docs/current/textsearch-limitations.html
and this line
*- The number of lexemes must be less than 2^64*
Docs wrongly claim "lexemes must be < 2^64" but the actual constraint is
1 MB total storage (MAXSTRPOS), and no 2^64 check exists in the code.
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: [PATCH][DOC][MINOR] Fix incorrect lexeme limit in textsearch docs
In-Reply-To: <CAOj6k6d0YO6AO-bhxkfUXPxUi-+YX9-doh2h5D5z0Bm8D2w=OA@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox