We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91cf313 commit 1e460d4Copy full SHA for 1e460d4
src/backend/optimizer/plan/setrefs.c
@@ -1243,7 +1243,7 @@ copyVar(Var *var)
1243
* This is code that is common to all variants of expression-fixing.
1244
* We must look up operator opcode info for OpExpr and related nodes,
1245
* add OIDs from regclass Const nodes into root->glob->relationOids, and
1246
- * add catalog TIDs for user-defined functions into root->glob->invalItems.
+ * add catalog OIDs for user-defined functions into root->glob->invalItems.
1247
* We also fill in column index lists for GROUPING() expressions.
1248
*
1249
* We assume it's okay to update opcode info in-place. So this could possibly
0 commit comments