8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d4ce6 commit f04ce31Copy full SHA for f04ce31
src/backend/optimizer/plan/setrefs.c
@@ -1099,7 +1099,7 @@ set_foreignscan_references(PlannerInfo *root,
1099
1100
if (fscan->fdw_scan_tlist != NIL || fscan->scan.scanrelid == 0)
1101
{
1102
- /* Adjust tlist, qual, fdw_exprs to reference custom scan tuple */
+ /* Adjust tlist, qual, fdw_exprs to reference foreign scan tuple */
1103
indexed_tlist *itlist = build_tlist_index(fscan->fdw_scan_tlist);
1104
1105
fscan->scan.plan.targetlist = (List *)
0 commit comments