Fix typo in comment

Author: Albe Laurenz <laurenz.albe@wien.gv.at>
This commit is contained in:
Peter Eisentraut 2017-06-30 14:51:15 -04:00
parent da8f26ec4e
commit 1db49c3b6d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}