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

Commitc5593d5

Browse files
committed
Fix the regression test error message for array_fill, too.
Per note from Andrew Dunstan.
1 parenta8a5595 commitc5593d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/test/regress/expected/arrays.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1023,7 +1023,7 @@ ERROR: dimension array or low bound array cannot be NULL
10231023
select array_fill(1, array[2,2], null);
10241024
ERROR: dimension array or low bound array cannot be NULL
10251025
select array_fill(1, array[3,3], array[1,1,1]);
1026-
ERROR: wrong number ofarray_subscripts
1026+
ERROR: wrong number ofarray subscripts
10271027
DETAIL: Low bound array has different size than dimensions array.
10281028
select array_fill(1, array[1,2,null]);
10291029
ERROR: dimension values cannot be null

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp