forked from EnterpriseDB/mongo_fdw
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize and rename ColumnList() to mongo_get_column_list().
MongoGetForeignPlan() builds the list of columns used for projection and restriction clauses in scan_var_list. Pass this list to ColumnList() to avoid duplication of work, and use it to retrieve a list of foreign table columns. Also, rename ColumnList() to mongo_get_column_list(). FDW-391, Vaibhav Dalvi, reviewed by Suraj Kharage and Jeevan Ladhe.
- Loading branch information
1 parent
3205c5b
commit 67ae36c
Showing
3 changed files
with
25 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters