Fix a typo in the comment for gettuple_eval_partition()

From: Tender Wang <tndrwang(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Fix a typo in the comment for gettuple_eval_partition()
Date: 2025-11-10 11:11:16
Message-ID: CAHewXN=eNx2oJ_hzxJrkSvy-1A5Qf45SM8pxERWXE+6RoZyFrw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
0001-Fix-comments-for-gettuple_eval_partition.patch application/octet-stream 847 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aleksander Alekseev 2025-11-10 11:22:29 Re: [PATCH] Refactor bytea_sortsupport(), take two
Previous Message zengman 2025-11-10 11:04:41 Minor adjustment: Update the range of the commit_siblings parameter.