mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 07:07:22 -04:00
Remove outdated comments from the regression test files.
Since 2004, int2 and int4 operators do detect overflow; this was fixed by
commit 4171bb869f.
Extracted from a larger patch by Andres Freund.
This commit is contained in:
parent
20cf8ae478
commit
8d70ed84ba
4 changed files with 0 additions and 8 deletions
|
|
@ -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 ');
|
||||
|
|
|
|||
|
|
@ -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 ');
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue