]> granicus.if.org Git - postgresql/commitdiff
Remove outdated comments from the regression test files.
authorRobert Haas <rhaas@postgresql.org>
Mon, 15 Nov 2010 15:55:43 +0000 (10:55 -0500)
committerRobert Haas <rhaas@postgresql.org>
Mon, 15 Nov 2010 16:00:20 +0000 (11:00 -0500)
Since 2004, int2 and int4 operators do detect overflow; this was fixed by
commit 4171bb869f234281a13bb862d3b1e577bf336242.

Extracted from a larger patch by Andres Freund.

src/test/regress/expected/int2.out
src/test/regress/expected/int4.out
src/test/regress/sql/int2.sql
src/test/regress/sql/int4.sql

index 61ac956cb74cb935622313c803e54e344e4f1aeb..8fff981d0a923d0e1569246d6d67225038a0c06e 100644 (file)
@@ -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   ');
index a21bbda2c9fc633656c292745d6418b2991cbd7c..3fadb7bbdb7c835dfa68887178e1ead31a289c3f 100644 (file)
@@ -1,7 +1,5 @@
 --
 -- INT4
--- WARNING: int4 operators never check for over/underflow!
--- Some of these answers are consequently numerically incorrect.
 --
 CREATE TABLE INT4_TBL(f1 int4);
 INSERT INTO INT4_TBL(f1) VALUES ('   0  ');
index bf4efba62978c94b866ebbca792267a25da5ef53..20d31b642092932a07b1e7f4cf940810b1d6401a 100644 (file)
@@ -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);
index 5212c687952724d26a19a25717a8fc7f7c75a1d2..5e84f64360665ff0630ce9d4ca5919aacc03aaaa 100644 (file)
@@ -1,7 +1,5 @@
 --
 -- INT4
--- WARNING: int4 operators never check for over/underflow!
--- Some of these answers are consequently numerically incorrect.
 --
 
 CREATE TABLE INT4_TBL(f1 int4);