Commit f04ce314 authored by Robert Haas's avatar Robert Haas

Fix incorrect comment.

Amit Langote
parent 38d4ce6b
...@@ -1099,7 +1099,7 @@ set_foreignscan_references(PlannerInfo *root, ...@@ -1099,7 +1099,7 @@ set_foreignscan_references(PlannerInfo *root,
if (fscan->fdw_scan_tlist != NIL || fscan->scan.scanrelid == 0) if (fscan->fdw_scan_tlist != NIL || fscan->scan.scanrelid == 0)
{ {
/* Adjust tlist, qual, fdw_exprs to reference custom scan tuple */ /* Adjust tlist, qual, fdw_exprs to reference foreign scan tuple */
indexed_tlist *itlist = build_tlist_index(fscan->fdw_scan_tlist); indexed_tlist *itlist = build_tlist_index(fscan->fdw_scan_tlist);
fscan->scan.plan.targetlist = (List *) fscan->scan.plan.targetlist = (List *)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment