Commit 7845db2a authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typo in comment

Etsuro Fujita
parent 66fbcb0d
...@@ -1460,7 +1460,7 @@ fix_scan_expr_walker(Node *node, fix_scan_expr_context *context) ...@@ -1460,7 +1460,7 @@ fix_scan_expr_walker(Node *node, fix_scan_expr_context *context)
* subplans, by setting the varnos to OUTER_VAR or INNER_VAR and setting * subplans, by setting the varnos to OUTER_VAR or INNER_VAR and setting
* attno values to the result domain number of either the corresponding * attno values to the result domain number of either the corresponding
* outer or inner join tuple item. Also perform opcode lookup for these * outer or inner join tuple item. Also perform opcode lookup for these
* expressions. and add regclass OIDs to root->glob->relationOids. * expressions, and add regclass OIDs to root->glob->relationOids.
*/ */
static void static void
set_join_references(PlannerInfo *root, Join *join, int rtoffset) set_join_references(PlannerInfo *root, Join *join, int rtoffset)
......
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