diff --git a/src/test/regress/sql/copy2.sql b/src/test/regress/sql/copy2.sql index 1687de24df..52d0bee4ed 100644 --- a/src/test/regress/sql/copy2.sql +++ b/src/test/regress/sql/copy2.sql @@ -51,6 +51,5 @@ COPY x (a,b,c,d,e) from stdin; COPY x TO stdout; DROP TABLE x; -DROP SEQUENCE x_a_seq; DROP FUNCTION fn_x_before(); DROP FUNCTION fn_x_after();