Fix typo about generate_gather_paths - Mailing list pgsql-hackers

From Hou, Zhijie
Subject Fix typo about generate_gather_paths
Date
Msg-id 4ce1d5116fe746a699a6d29858c6a39a@G08CNEXMBPEKD05.g08.fujitsu.local
Whole thread Raw
Responses Re: Fix typo about generate_gather_paths
List pgsql-hackers
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




Attachment

pgsql-hackers by date:

Previous
From: "k.jamison@fujitsu.com"
Date:
Subject: RE: [Patch] Optimize dropping of relation buffers using dlist
Next
From: Alvaro Herrera
Date:
Subject: Re: [bug fix] ALTER TABLE SET LOGGED/UNLOGGED on a partitioned table does nothing silently