File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
* back to source text
4
4
*
5
5
* IDENTIFICATION
6
- * $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.65 2000/10/05 19:11:34 tgl Exp $
6
+ * $Header: /cvsroot/pgsql/src/backend/utils/adt/ruleutils.c,v 1.66 2000/10/05 21:52:08 tgl Exp $
7
7
*
8
8
* This software is copyrighted by Jan Wieck - Hamburg.
9
9
*
@@ -2104,7 +2104,7 @@ tleIsArrayAssign(TargetEntry *tle)
2104
2104
* So aref->refexpr ought to match the tle's target.
2105
2105
*/
2106
2106
if (aref -> refexpr == NULL || !IsA (aref -> refexpr , Var ) ||
2107
- ((Var * ) aref -> refexpr )-> varno != tle -> resdom -> resno )
2107
+ ((Var * ) aref -> refexpr )-> varattno != tle -> resdom -> resno )
2108
2108
elog (NOTICE , "tleIsArrayAssign: I'm confused ..." );
2109
2109
return true;
2110
2110
}
You can’t perform that action at this time.
0 commit comments