aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/sql/int2.sql
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/sql/int2.sql')
-rw-r--r--src/test/regress/sql/int2.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/regress/sql/int2.sql b/src/test/regress/sql/int2.sql
index bf4efba6297..20d31b64209 100644
--- a/src/test/regress/sql/int2.sql
+++ b/src/test/regress/sql/int2.sql
@@ -1,7 +1,5 @@
--
-- INT2
--- NOTE: int2 operators never check for over/underflow!
--- Some of these answers are consequently numerically incorrect.
--
CREATE TABLE INT2_TBL(f1 int2);