Re: Fix incorrect comments in tuplesort.c

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: cca5507 <cca5507@qq.com>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>, Chao Li <li.evan.chao@gmail.com>, pgsql-hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-12-09T23:02:21Z
Lists: pgsql-hackers
On Mon, 8 Dec 2025 at 15:08, cca5507 <cca5507@qq.com> wrote:
> > Using "However" here indicates some exception to what's just been
> > said, but there is no longer an exception. To write about what the
> > 1024 is for, we might need to reverse engineer what that's for. I
> > assume it's something like "Clamp at 1024 elements to avoid excessive
> > reallocs of the array". Or perhaps that without the " of the array"
> > part.
>
> Agreed. I prefer without the " of the array" part.

OK. Done like that.  Thanks.

David