Fix a typo in the comment for gettuple_eval_partition()

Started by Tender Wang5 months ago2 messageshackers
Jump to latest
#1Tender Wang
tndrwang@gmail.com

Hi,

I found a typo in the comment for gettuple_eval_partition().

/* gettuple_eval_partition
* get tuple in a patition and evaluate the window function's argument
* expression on it.
*/

"patition" should be "partition"

The attached patch fixes it.

--
Thanks,
Tender Wang

Attachments:

0001-Fix-comments-for-gettuple_eval_partition.patchapplication/octet-stream; name=0001-Fix-comments-for-gettuple_eval_partition.patchDownload+1-2
#2Daniel Gustafsson
daniel@yesql.se
In reply to: Tender Wang (#1)
Re: Fix a typo in the comment for gettuple_eval_partition()

On 10 Nov 2025, at 12:11, Tender Wang <tndrwang@gmail.com> wrote:

"patition" should be "partition"

The attached patch fixes it.

Thanks, pushed. I spotted another typo in a comment during review so I
included that as well while in there.

--
Daniel Gustafsson