Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb6b5aa1

Browse files
committed
Small message equalization fix
1 parente1693e5 commitb6b5aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/executor/execQual.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* 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 $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -302,7 +302,7 @@ ExecEvalArrayRef(ArrayRefExprState *astate,
302302
if (isAssignment)
303303
ereport(ERROR,
304304
(errcode(ERRCODE_NULL_VALUE_NOT_ALLOWED),
305-
errmsg("array subscript in assignment must not beNULL")));
305+
errmsg("array subscript in assignment must not benull")));
306306
*isNull= true;
307307
return (Datum)NULL;
308308
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp