From: Peter Eisentraut Date: Fri, 30 Jun 2017 18:51:15 +0000 (-0400) Subject: Fix typo in comment X-Git-Tag: XL_10_R1BETA1~229^2~52 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1db49c3b6d2399f8f83a97f1fa34e749b9fada7c;p=postgres-xl.git Fix typo in comment Author: Albe Laurenz --- diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c index 7214666e10..d77c2a70e4 100644 --- a/contrib/postgres_fdw/postgres_fdw.c +++ b/contrib/postgres_fdw/postgres_fdw.c @@ -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); }