mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user