Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
758fcfdc
Commit
758fcfdc
authored
Sep 29, 2015
by
Robert Haas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment update for join pushdown.
Etsuro Fujita
parent
d1b7c1ff
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/backend/optimizer/util/pathnode.c
src/backend/optimizer/util/pathnode.c
+5
-5
No files found.
src/backend/optimizer/util/pathnode.c
View file @
758fcfdc
...
...
@@ -1449,13 +1449,13 @@ create_worktablescan_path(PlannerInfo *root, RelOptInfo *rel,
/*
* create_foreignscan_path
* Creates a path corresponding to a scan of a foreign table
,
* returning the pathnode.
* Creates a path corresponding to a scan of a foreign table
or
*
a foreign join,
returning the pathnode.
*
* This function is never called from core Postgres; rather, it's expected
* to be called by the GetForeignPaths
function of a foreign data wrapper.
*
We make the FDW supply all fields of the path, since we do not have any
* way to calculate them in core.
* to be called by the GetForeignPaths
or GetForeignJoinPaths function of
*
a foreign data wrapper. We make the FDW supply all fields of the path,
*
since we do not have any
way to calculate them in core.
*/
ForeignPath
*
create_foreignscan_path
(
PlannerInfo
*
root
,
RelOptInfo
*
rel
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment