Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da8f26e
)
Fix typo in comment
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 30 Jun 2017 18:51:15 +0000
(14:51 -0400)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/postgres_fdw/postgres_fdw.c
b/contrib/postgres_fdw/postgres_fdw.c
index 7214666e108da74795ad0f762177868242759007..d77c2a70e4160e5cd1910085cd22133a1197a9f5 100644
(file)
--- 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 check
ed
this above */
elog(ERROR, "unsupported join type %d", jointype);
}