Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/test/regress/expected/create_view.out
Original file line number Diff line number Diff line change
Expand Up @@ -1655,7 +1655,7 @@ ERROR: cannot drop column f3 of table tt14t because other objects depend on it
DETAIL: view tt14v depends on column f3 of table tt14t
HINT: Use DROP ... CASCADE to drop the dependent objects too.
-- MERGE16_FIXME: delete command can only delete tuples from master, But we
-- need to delete them from both master and segments
-- need to delete them from both master and segments.

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