We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1671c01 commit 2c19ea8Copy full SHA for 2c19ea8
src/backend/rewrite/rewriteManip.c
@@ -1205,7 +1205,7 @@ replace_rte_variables_mutator(Node *node,
1205
* If the expression tree contains a whole-row Var for the target RTE,
1206
* *found_whole_row is set to true. In addition, if to_rowtype is
1207
* not InvalidOid, we replace the Var with a Var of that vartype, inserting
1208
- * a ConvertRowTypeExpr to map back to the rowtype expected by the expression.
+ * a ConvertRowtypeExpr to map back to the rowtype expected by the expression.
1209
* (Therefore, to_rowtype had better be a child rowtype of the rowtype of the
1210
* RTE we're changing references to.) Callers that don't provide to_rowtype
1211
* should report an error if *found_row_type is true; we don't do that here
0 commit comments