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

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

  1. Fix confusion in comments about generate_gather_paths