Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo in comment
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2017 18:51:15 +0000 (14:51 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jun 2017 18:51:15 +0000 (14:51 -0400)
Author: Albe Laurenz <laurenz.albe@wien.gv.at>

contrib/postgres_fdw/postgres_fdw.c

index 7214666e108da74795ad0f762177868242759007..d77c2a70e4160e5cd1910085cd22133a1197a9f5 100644 (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);
    }