Patch for nodeIncrementalSort comment correction.

vignesh C <vignesh21@gmail.com>

From: vignesh C <vignesh21@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-07-18T11:18:43Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Fix minor typo in nodeIncrementalSort.c.