git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a8a5595)
Fix the regression test error message for array_fill, too.
2009年4月16日 14:43:39 +0000 (14:43 +0000)
2009年4月16日 14:43:39 +0000 (14:43 +0000)
Per note from Andrew Dunstan.


diff --git a/src/test/regress/expected/arrays.out b/src/test/regress/expected/arrays.out
index c7ddc2d7aa5eb8365f53ba463dde168e5e22a1d7..15f3f6082eb441018560b8cba94ce3913e25193b 100644 (file)
--- a/src/test/regress/expected/arrays.out
+++ b/src/test/regress/expected/arrays.out
@@ -1023,7 +1023,7 @@ ERROR: dimension array or low bound array cannot be NULL
select array_fill(1, array[2,2], null);
ERROR: dimension array or low bound array cannot be NULL
select array_fill(1, array[3,3], array[1,1,1]);
-ERROR: wrong number of array_subscripts
+ERROR: wrong number of arraysubscripts
DETAIL: Low bound array has different size than dimensions array.
select array_fill(1, array[1,2,null]);
ERROR: dimension values cannot be null
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /