From: Bruce Momjian Date: Thu, 18 Jul 2002 22:31:44 +0000 (+0000) Subject: New depend code doesn't need sequence drop. X-Git-Tag: REL7_3~1159 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=776fc8cc5cb6db9e16bb8c623eace918b4c27d26;p=thirdparty%2Fpostgresql.git New depend code doesn't need sequence drop. --- diff --git a/src/test/regress/sql/copy2.sql b/src/test/regress/sql/copy2.sql index 1687de24df6..52d0bee4ed2 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();