8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66fbcb0 commit 7845db2Copy full SHA for 7845db2
src/backend/optimizer/plan/setrefs.c
@@ -1460,7 +1460,7 @@ fix_scan_expr_walker(Node *node, fix_scan_expr_context *context)
1460
* subplans, by setting the varnos to OUTER_VAR or INNER_VAR and setting
1461
* attno values to the result domain number of either the corresponding
1462
* outer or inner join tuple item. Also perform opcode lookup for these
1463
- * expressions. and add regclass OIDs to root->glob->relationOids.
+ * expressions, and add regclass OIDs to root->glob->relationOids.
1464
*/
1465
static void
1466
set_join_references(PlannerInfo *root, Join *join, int rtoffset)
0 commit comments