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