Fix incorrect comment.

Amit Langote
This commit is contained in:
Robert Haas 2015-07-29 16:47:12 -04:00
parent 38d4ce6b05
commit f04ce31475

View File

@ -1099,7 +1099,7 @@ set_foreignscan_references(PlannerInfo *root,
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);
fscan->scan.plan.targetlist = (List *)