File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -548,8 +548,8 @@ ERROR: access method "I do not exist AM" does not exist
548
548
CREATE TABLE i_am_a_failure() USING "btree";
549
549
ERROR: access method "btree" is not of type TABLE
550
550
-- Other weird invalid cases that cause problems
551
- CREATE FOREIGN TABLE fp PARTITION OF pg_am DEFAULT SERVER x;
552
- ERROR: "pg_am " is not partitioned
551
+ CREATE FOREIGN TABLE fp PARTITION OF tableam_parted_a_heap2 DEFAULT SERVER x;
552
+ ERROR: "tableam_parted_a_heap2 " is not partitioned
553
553
-- Drop table access method, which fails as objects depends on it
554
554
DROP ACCESS METHOD heap2;
555
555
ERROR: cannot drop access method heap2 because other objects depend on it
Original file line number Diff line number Diff line change @@ -349,7 +349,7 @@ CREATE TABLE i_am_a_failure() USING "I do not exist AM";
349
349
CREATE TABLE i_am_a_failure () USING " btree" ;
350
350
351
351
-- Other weird invalid cases that cause problems
352
- CREATE FOREIGN TABLE fp PARTITION OF pg_am DEFAULT SERVER x;
352
+ CREATE FOREIGN TABLE fp PARTITION OF tableam_parted_a_heap2 DEFAULT SERVER x;
353
353
354
354
-- Drop table access method, which fails as objects depends on it
355
355
DROP ACCESS METHOD heap2;
You can’t perform that action at this time.
0 commit comments