projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b24181b
)
Unbreak the regression tests from my previous commit
author
Magnus Hagander
Thu, 5 May 2011 21:00:31 +0000
(23:00 +0200)
committer
Magnus Hagander
Thu, 5 May 2011 21:02:03 +0000
(23:02 +0200)
src/test/regress/expected/foreign_data.out
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/expected/foreign_data.out
b/src/test/regress/expected/foreign_data.out
index 0dc7d045c7c033c265cb4c98c18c2734825f9551..e18eed8c1cf04ffc3988fda27d25ea492139f1e9 100644
(file)
--- a/
src/test/regress/expected/foreign_data.out
+++ b/
src/test/regress/expected/foreign_data.out
@@
-670,7
+670,7
@@
Has OIDs: no
(1 row)
CREATE INDEX id_ft1_c2 ON ft1 (c2); -- ERROR
-ERROR:
"ft1" is not a table
+ERROR:
cannot create index on foreign table "ft1"
SELECT * FROM ft1; -- ERROR
ERROR: foreign-data wrapper "dummy" has no handler
EXPLAIN SELECT * FROM ft1; -- ERROR