diff options
Diffstat (limited to 'src/test/regress/sql/domain.sql')
| -rw-r--r-- | src/test/regress/sql/domain.sql | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/regress/sql/domain.sql b/src/test/regress/sql/domain.sql index 00a38f449c..32295ff186 100644 --- a/src/test/regress/sql/domain.sql +++ b/src/test/regress/sql/domain.sql @@ -41,8 +41,6 @@ COPY basictest (testvarchar) FROM stdin; -- fail notsoshorttext \. -SET autocommit TO 'on'; - COPY basictest (testvarchar) FROM stdin; short \. @@ -106,8 +104,6 @@ COPY nulltest FROM stdin; --fail a b \N d \N \. -SET autocommit TO 'on'; - -- Last row is bad COPY nulltest FROM stdin; a b c \N c |
