index d296d09814d510c3a494457865760619a7bdcd55..5e949850646119a17c6e1574a74972e4b0f12a4e 100644 (file)
if (fscan->fdw_scan_tlist != NIL || fscan->scan.scanrelid == 0)
{
- /* Adjust tlist, qual, fdw_exprs to reference foreign scan tuple */
+ /*
+ * Adjust tlist, qual, fdw_exprs, fdw_recheck_quals to reference
+ * foreign scan tuple
+ */
indexed_tlist *itlist = build_tlist_index(fscan->fdw_scan_tlist);
fscan->scan.plan.targetlist = (List *)
}
else
{
- /* Adjust tlist, qual, fdw_exprs, etc. in the standard way */
+ /*
+ * Adjust tlist, qual, fdw_exprs, fdw_recheck_quals in the standard
+ * way
+ */
fscan->scan.plan.targetlist =
fix_scan_list(root, fscan->scan.plan.targetlist, rtoffset);
fscan->scan.plan.qual =