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 e1693e5 commit b6b5aa1Copy full SHA for b6b5aa1
src/backend/executor/execQual.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/executor/execQual.c,v 1.198 2006/11/08 00:45:30 neilc Exp $
+ * $PostgreSQL: pgsql/src/backend/executor/execQual.c,v 1.199 2006/11/17 16:46:27 petere Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -302,7 +302,7 @@ ExecEvalArrayRef(ArrayRefExprState *astate,
302
if (isAssignment)
303
ereport(ERROR,
304
(errcode(ERRCODE_NULL_VALUE_NOT_ALLOWED),
305
- errmsg("array subscript in assignment must not be NULL")));
+ errmsg("array subscript in assignment must not be null")));
306
*isNull = true;
307
return (Datum) NULL;
308
}
0 commit comments