X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=core-9.2.c;h=b06e54c2111d29f2d8ce0d8d02a6ea5e2c6f575a;hb=86201aff04de7430b0cfe49b4903697c28dc74a4;hp=e536b85d36bbdfb73210126aa9c86c9d8c2dc9c1;hpb=dab240fd4e6b2f130f35dd2cf6f5c472e1bcc317;p=pghintplan%2Fpg_hint_plan.git diff --git a/core-9.2.c b/core-9.2.c index e536b85..b06e54c 100644 --- a/core-9.2.c +++ b/core-9.2.c @@ -315,6 +315,7 @@ generate_mergeappend_paths(PlannerInfo *root, RelOptInfo *rel, NULL)); } } + /* * accumulate_append_subpath * Add a subpath to the list being built for an Append or MergeAppend @@ -338,7 +339,6 @@ accumulate_append_subpath(List *subpaths, Path *path) return lappend(subpaths, path); } - /* * standard_join_search * Find possible joinpaths for a query by successively finding ways