diff --git a/src/backend/optimizer/path/allpaths.c b/src/backend/optimizer/path/allpaths.c index 2ba9b9058537c64a0d6744bc4d98f5bef9a043d9..fd03d5369830b512db078a6469672db43e6427d9 100644 --- a/src/backend/optimizer/path/allpaths.c +++ b/src/backend/optimizer/path/allpaths.c @@ -688,10 +688,6 @@ set_append_rel_size(PlannerInfo *root, RelOptInfo *rel, if (childrel->rows > 0) { - /* - * GPDB_92_MERGE_FIXME: - * The path for childrel hasn't been created by here. - */ parent_rows += childrel->rows; parent_size += childrel->width * childrel->rows;