Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c5593d5

Browse files
committed
Fix the regression test error message for array_fill, too.
Per note from Andrew Dunstan.
1 parent a8a5595 commit c5593d5

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 of array_subscripts
1026+
ERROR: wrong number of array 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)