mirror of
https://github.com/postgres/postgres.git
synced 2025-06-07 11:02:12 +03:00
postgres_fdw: Fix typo in comment.
Etsuro Fujita
This commit is contained in:
parent
97f16b8702
commit
7016e4c4f5
@ -4156,7 +4156,7 @@ foreign_join_ok(PlannerInfo *root, RelOptInfo *joinrel, JoinType jointype,
|
||||
* other remote clauses. For LEFT and RIGHT OUTER join, the clauses from
|
||||
* the outer side are added to remote_conds since those can be evaluated
|
||||
* after the join is evaluated. The clauses from inner side are added to
|
||||
* the joinclauses, since they need to evaluated while constructing the
|
||||
* the joinclauses, since they need to be evaluated while constructing the
|
||||
* join.
|
||||
*
|
||||
* For a FULL OUTER JOIN, the other clauses from either relation can not
|
||||
|
Loading…
x
Reference in New Issue
Block a user