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

Commit 27525b1

Browse files
committed
Unbreak the regression tests from my previous commit
1 parent b24181b commit 27525b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/foreign_data.out

+1-1
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ Has OIDs: no
670670
(1 row)
671671

672672
CREATE INDEX id_ft1_c2 ON ft1 (c2); -- ERROR
673-
ERROR: "ft1" is not a table
673+
ERROR: cannot create index on foreign table "ft1"
674674
SELECT * FROM ft1; -- ERROR
675675
ERROR: foreign-data wrapper "dummy" has no handler
676676
EXPLAIN SELECT * FROM ft1; -- ERROR

0 commit comments

Comments
 (0)