Fix typo in comment
Author: Albe Laurenz <laurenz.albe@wien.gv.at>
This commit is contained in:
parent
da8f26ec4e
commit
1db49c3b6d
@ -4251,7 +4251,7 @@ foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype,
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
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);
|
elog(ERROR, "unsupported join type %d", jointype);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user