projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66fbcb0
)
Fix typo in comment
author
Heikki Linnakangas
Sat, 27 Jun 2015 07:17:42 +0000
(10:17 +0300)
committer
Heikki Linnakangas
Sat, 27 Jun 2015 07:17:42 +0000
(10:17 +0300)
Etsuro Fujita
src/backend/optimizer/plan/setrefs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/plan/setrefs.c
b/src/backend/optimizer/plan/setrefs.c
index c0641a7cfb0f22d1b42729925f65fc83e0f34171..820f69dc67c52c898659ce0b815fc16f00765dec 100644
(file)
--- a/
src/backend/optimizer/plan/setrefs.c
+++ b/
src/backend/optimizer/plan/setrefs.c
@@
-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)