Fix confusion in comments about generate_gather_paths d2d8a229bc58 introduced a new function generate_useful_gather_paths to be used as a replacement for generate_gather_paths, but forgot to update a couple of places that referenced the older function.
This is possibly not 100% complete (ref. create_ordered_paths), but it's better than not changing anything. Author: "Hou, Zhijie" <[email protected]> Reviewed-by: Tomas Vondra <[email protected]> Discussion: https://postgr.es/m/4ce1d5116fe746a699a6d29858c6a39a@G08CNEXMBPEKD05.g08.fujitsu.local Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5a65eacfdc69ee8c9d3ed92d838bc53628fbb7c6 Modified Files -------------- src/backend/optimizer/path/allpaths.c | 9 +++++---- src/backend/optimizer/plan/planner.c | 17 +++++++++-------- 2 files changed, 14 insertions(+), 12 deletions(-)
