From 4171bb869f234281a13bb862d3b1e577bf336242 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Mon, 4 Oct 2004 14:42:48 +0000 Subject: Detect overflow in integer arithmetic operators (integer, smallint, and bigint variants). Clean up some inconsistencies in error message wording. Fix scanint8 to allow trailing whitespace in INT64_MIN case. Update int8-exp-three-digits.out, which seems to have been ignored by the last couple of people to modify the int8 regression test, and remove int8-exp-three-digits-win32.out which is thereby exposed as redundant. --- doc/src/sgml/release.sgml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index f6601ce1cc3..20ea24d3f0f 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ @@ -256,6 +256,13 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.298 2004/10/01 02:00:43 neilc E + + + Overflow in integer arithmetic operations is now detected and + reported as an error. + + + The server now warns of empty strings passed to @@ -1228,6 +1235,12 @@ $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.298 2004/10/01 02:00:43 neilc E + + + Overflow in integer arithmetic operations is now detected (Tom) + + + Syntax checking of array input values considerably tightened up (Joe) -- cgit v1.2.3