]> granicus.if.org Git - postgresql/commitdiff
Fix incorrect comment.
authorRobert Haas <rhaas@postgresql.org>
Wed, 29 Jul 2015 20:47:12 +0000 (16:47 -0400)
committerRobert Haas <rhaas@postgresql.org>
Wed, 29 Jul 2015 20:47:12 +0000 (16:47 -0400)
Amit Langote

src/backend/optimizer/plan/setrefs.c

index ea185d4b4cff6b98cb1da5a709b376595eb6d652..ee8710d4b58c508b499dcfed2a093102a000e30b 100644 (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 *)