mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user