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