Commit 1db49c3b authored by Peter Eisentraut's avatar Peter Eisentraut

Fix typo in comment

Author: Albe Laurenz <laurenz.albe@wien.gv.at>
parent da8f26ec
......@@ -4251,7 +4251,7 @@ foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype,
break;
default:
/* Should not happen, we have just check this above */
/* Should not happen, we have just checked this above */
elog(ERROR, "unsupported join type %d", jointype);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment