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
- 0001-Adjust-minor-comment-in-nodeIncrementalSort.c-file.patch (text/x-patch) patch 0001
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
-
Fix minor typo in nodeIncrementalSort.c.
- 4a1ae21750cb 13.0 landed
- 044dc7b96414 14.0 landed