Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1db49c3

Browse files
committed
Fix typo in comment
Author: Albe Laurenz <laurenz.albe@wien.gv.at>
1 parent da8f26e commit 1db49c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/postgres_fdw/postgres_fdw.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4251,7 +4251,7 @@ foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype,
42514251
break;
42524252

42534253
default:
4254-
/* Should not happen, we have just check this above */
4254+
/* Should not happen, we have just checked this above */
42554255
elog(ERROR, "unsupported join type %d", jointype);
42564256
}
42574257

0 commit comments

Comments
 (0)