Thread
-
Re: Fix incorrect comments in tuplesort.c
David Rowley <dgrowleyml@gmail.com> — 2025-12-09T23:02:21Z
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