Remove outdated comments from the regression test files. Since 2004, int2 and int4 operators do detect overflow; this was fixed by commit 4171bb869f234281a13bb862d3b1e577bf336242.
Extracted from a larger patch by Andres Freund. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=8d70ed84ba577abf9e985518024fb92e2081dac9 Modified Files -------------- src/test/regress/expected/int2.out | 2 -- src/test/regress/expected/int4.out | 2 -- src/test/regress/sql/int2.sql | 2 -- src/test/regress/sql/int4.sql | 2 -- 4 files changed, 0 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
