We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c71af0 commit fbd5e23Copy full SHA for fbd5e23
1 file changed
src/test/regress/expected/create_view.out
@@ -1655,7 +1655,7 @@ ERROR: cannot drop column f3 of table tt14t because other objects depend on it
1655
DETAIL: view tt14v depends on column f3 of table tt14t
1656
HINT: Use DROP ... CASCADE to drop the dependent objects too.
1657
-- MERGE16_FIXME: delete command can only delete tuples from master, But we
1658
--- need to delete them from both master and segments
+-- need to delete them from both master and segments.
1659
1660
-- We used to have a bug that would allow the above to succeed, posing
1661
-- hazards for later execution of the view. Check that the internal
0 commit comments