Re: Patch for nodeIncrementalSort comment correction.

James Coleman <jtc331@gmail.com>

From: James Coleman <jtc331@gmail.com>
To: vignesh C <vignesh21@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-07-19T13:55:30Z
Lists: pgsql-hackers
On Saturday, July 18, 2020, vignesh C <vignesh21@gmail.com> wrote:

> Hi,
>
> One of the comments needs correction "sorting all tuples in the the
> dataset" should have been "sorting all tuples in the dataset".
> The Attached patch has the changes for the same.
>
> Regards,
> Vignesh
> EnterpriseDB: http://www.enterprisedb.com
>

Thanks for fixing this. Looks correct to me.

James

Commits

  1. Fix minor typo in nodeIncrementalSort.c.