Re: Fix typos in ExecChooseHashTableSize() - Mailing list pgsql-hackers

From Tender Wang
Subject Re: Fix typos in ExecChooseHashTableSize()
Date
Msg-id CAHewXNkLfkX6UnSAeWAvqkmUtXerx1k_aGQOpEffgQk63CZhAA@mail.gmail.com
Whole thread Raw
In response to Re: Fix typos in ExecChooseHashTableSize()  (Richard Guo <guofenglinux@gmail.com>)
List pgsql-hackers


Richard Guo <guofenglinux@gmail.com> 于2025年11月19日周三 10:18写道:
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

Thanks for pushing.
--
Thanks,
Tender Wang

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: make -C src/test/isolation failure in index-killtuples due to btree_gist
Next
From: Bryan Green
Date:
Subject: Re: [PATCH] Fix orphaned backend processes on Windows using Job Objects