Skip to content

Commit fbd5e23

Browse files
committed
Test pipeline
1 parent 8c71af0 commit fbd5e23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/regress/expected/create_view.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1655,7 +1655,7 @@ ERROR: cannot drop column f3 of table tt14t because other objects depend on it
16551655
DETAIL: view tt14v depends on column f3 of table tt14t
16561656
HINT: Use DROP ... CASCADE to drop the dependent objects too.
16571657
-- MERGE16_FIXME: delete command can only delete tuples from master, But we
1658-
-- need to delete them from both master and segments
1658+
-- need to delete them from both master and segments.
16591659

16601660
-- We used to have a bug that would allow the above to succeed, posing
16611661
-- hazards for later execution of the view. Check that the internal

0 commit comments

Comments
 (0)