aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/expected/int2.out
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/expected/int2.out')
-rw-r--r--src/test/regress/expected/int2.out2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/regress/expected/int2.out b/src/test/regress/expected/int2.out
index 61ac956cb74..8fff981d0a9 100644
--- a/src/test/regress/expected/int2.out
+++ b/src/test/regress/expected/int2.out
@@ -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);
INSERT INTO INT2_TBL(f1) VALUES ('0 ');