diff options
author | Pavan Deolasee | 2017-07-13 09:22:22 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-07-13 09:22:22 +0000 |
commit | 03162cb93078de77532bf08498d96345fe14ea68 (patch) | |
tree | e165038efc76fc408b6541edc3eccb121cce1eb5 /contrib/postgres_fdw/postgres_fdw.c | |
parent | e26a0e07d863777079bfe9fc335ca2b71377b731 (diff) | |
parent | bc2d716ad09fceeb391c755f78c256ddac9d3b9f (diff) |
Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10
This merge includes all commits upto bc2d716ad09fceeb391c755f78c256ddac9d3b9f
of PG 10.
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
-rw-r--r-- | contrib/postgres_fdw/postgres_fdw.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |