projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0be28e6
)
Accept failures in large_object regression test
author
Tomas Vondra
<
[email protected]
>
Sun, 16 Jul 2017 20:20:14 +0000
(22:20 +0200)
committer
Tomas Vondra
<
[email protected]
>
Sun, 16 Jul 2017 20:20:14 +0000
(22:20 +0200)
Large objects are unsupported on Postgres-XL, so the failures are
expected.
src/test/regress/expected/large_object.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/large_object.out
b/src/test/regress/expected/large_object.out
index b00d47cc75e1b6dd2c4024e6b52e7519eafa1195..98fe999eb33c9824d6f14052dccd8c5bc00a60bd 100644
(file)
--- a/
src/test/regress/expected/large_object.out
+++ b/
src/test/regress/expected/large_object.out
@@
-7,9
+7,7
@@
WITH unlink AS (SELECT lo_unlink(loid) FROM pg_largeobject WHERE loid = 3001) SE
-- Test creation of a large object and leave it for testing pg_upgrade
SELECT lo_create(3001);
- lo_create
------------
- 3001
-(1 row)
-
+ERROR: Postgres-XL does not yet support large objects
+DETAIL: The feature is not currently supported
COMMENT ON LARGE OBJECT 3001 IS 'testing comments';
+ERROR: large object 3001 does not exist