Fix typo about generate_gather_paths
Hou, Zhijie <houzj.fnst@cn.fujitsu.com>
From: "Hou, Zhijie" <houzj.fnst@cn.fujitsu.com>
To: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2020-12-09T02:21:25Z
Lists: pgsql-hackers
Attachments
- 0001-fix-typo-about-generate_gather_paths.patch (application/octet-stream) patch 0001
Hi Since ba3e76c, the optimizer call generate_useful_gather_paths instead of generate_gather_paths() outside. But I noticed that some comment still talking about generate_gather_paths not generate_useful_gather_paths. I think we should fix these comment, and I try to replace these " generate_gather_paths " with " generate_useful_gather_paths " Best regards, houzj
Commits
-
Fix confusion in comments about generate_gather_paths
- 5a65eacfdc69 14.0 landed