mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Update more comments for 96198d94cb
.
Etsuro Fujita, reviewed (though not completely endorsed) by Ashutosh Bapat, and slightly expanded by me.
This commit is contained in:
@ -213,7 +213,8 @@ add_paths_to_joinrel(PlannerInfo *root,
|
||||
|
||||
/*
|
||||
* 5. If inner and outer relations are foreign tables (or joins) belonging
|
||||
* to the same server, give the FDW a chance to push down joins.
|
||||
* to the same server and using the same user mapping, give the FDW a
|
||||
* chance to push down joins.
|
||||
*/
|
||||
if (joinrel->fdwroutine &&
|
||||
joinrel->fdwroutine->GetForeignJoinPaths)
|
||||
|
Reference in New Issue
Block a user