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 d61ab72 commit dc24b7fCopy full SHA for dc24b7f
src/backend/optimizer/plan/setrefs.c
@@ -1055,7 +1055,7 @@ copyVar(Var *var)
1055
* This is code that is common to all variants of expression-fixing.
1056
* We must look up operator opcode info for OpExpr and related nodes,
1057
* add OIDs from regclass Const nodes into root->glob->relationOids, and
1058
- * add catalog TIDs for user-defined functions into root->glob->invalItems.
+ * add catalog OIDs for user-defined functions into root->glob->invalItems.
1059
*
1060
* We assume it's okay to update opcode info in-place. So this could possibly
1061
* scribble on the planner's input data structures, but it's OK.
0 commit comments