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 0473e04 commit 6d36d7bCopy full SHA for 6d36d7b
src/backend/optimizer/plan/setrefs.c
@@ -765,7 +765,7 @@ copyVar(Var *var)
765
* This is code that is common to all variants of expression-fixing.
766
* We must look up operator opcode info for OpExpr and related nodes,
767
* add OIDs from regclass Const nodes into glob->relationOids,
768
- * and add catalog OIDs for user-defined functions into glob->invalItems.
+ * and add catalog TIDs for user-defined functions into glob->invalItems.
769
*
770
* We assume it's okay to update opcode info in-place. So this could possibly
771
* scribble on the planner's input data structures, but it's OK.
0 commit comments