Re: Fix typos in ExecChooseHashTableSize()
Richard Guo <guofenglinux@gmail.com>
From: Richard Guo <guofenglinux@gmail.com>
To: Tender Wang <tndrwang@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-19T02:18:23Z
Lists: pgsql-hackers
On Tue, Nov 18, 2025 at 6:30 PM Tender Wang <tndrwang@gmail.com> wrote: > In the first comment, "wont't" should be "won't". > In the second comment, "overlow" should be "overflow". The first one was fixed by Álvaro in another commit. I've just pushed a fix for the second one. - Richard