Fix a typo in the comment for gettuple_eval_partition() - Mailing list pgsql-hackers

From Tender Wang
Subject Fix a typo in the comment for gettuple_eval_partition()
Date
Msg-id CAHewXN=eNx2oJ_hzxJrkSvy-1A5Qf45SM8pxERWXE+6RoZyFrw@mail.gmail.com
Whole thread Raw
Responses Re: Fix a typo in the comment for gettuple_eval_partition()
List 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

pgsql-hackers by date:

Previous
From: "zengman"
Date:
Subject: Minor adjustment: Update the range of the commit_siblings parameter.
Next
From: Aleksander Alekseev
Date:
Subject: Re: [PATCH] Refactor bytea_sortsupport(), take two