aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-06-30 14:51:15 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-06-30 14:51:15 -0400
commit1db49c3b6d2399f8f83a97f1fa34e749b9fada7c (patch)
tree81ac51aa2eea6dbd7241cb16a62ae6818c08fc13 /contrib/postgres_fdw/postgres_fdw.c
parentda8f26ec4eb6e3dced9e348efefac17d733008c0 (diff)
downloadpostgresql-1db49c3b6d2399f8f83a97f1fa34e749b9fada7c.tar.gz
postgresql-1db49c3b6d2399f8f83a97f1fa34e749b9fada7c.zip
Fix typo in comment
Author: Albe Laurenz <laurenz.albe@wien.gv.at>
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r--contrib/postgres_fdw/postgres_fdw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/postgres_fdw.c b/contrib/postgres_fdw/postgres_fdw.c
index 7214666e108..d77c2a70e41 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);
}