mirror of
https://github.com/postgres/postgres.git
synced 2026-02-12 07:13:09 -05:00
Fix typo in comment
Etsuro Fujita
This commit is contained in:
parent
66fbcb0d2e
commit
7845db2aa7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
* attno values to the result domain number of either the corresponding
|
||||
* 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
|
||||
set_join_references(PlannerInfo *root, Join *join, int rtoffset)
|
||||
|
|
|
|||
Loading…
Reference in a new issue