File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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
548548CREATE TABLE i_am_a_failure() USING "btree";
549549ERROR: access method "btree" is not of type TABLE
550550-- 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
553553-- Drop table access method, which fails as objects depends on it
554554DROP ACCESS METHOD heap2;
555555ERROR: 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";
349349CREATE TABLE i_am_a_failure () USING " btree" ;
350350
351351-- 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;
353353
354354-- Drop table access method, which fails as objects depends on it
355355DROP ACCESS METHOD heap2;
You can’t perform that action at this time.
0 commit comments