*** /usr/ports/pobj/postgresql-9.0beta3/postgresql-9.0beta3/src/test/regress/expected/int8.out Sun Oct 5 20:56:09 2008 --- /usr/ports/pobj/postgresql-9.0beta3/postgresql-9.0beta3/src/test/regress/results/int8.out Fri Jul 16 10:58:35 2010 *************** *** 672,678 **** select '9223372036854775800'::int8 / '0'::int8; ERROR: division by zero select '9223372036854775800'::int8 % '0'::int8; ! ERROR: division by zero select abs('-9223372036854775808'::int8); ERROR: bigint out of range select '9223372036854775800'::int8 + '100'::int4; --- 672,679 ---- select '9223372036854775800'::int8 / '0'::int8; ERROR: division by zero select '9223372036854775800'::int8 % '0'::int8; ! ERROR: floating-point exception ! DETAIL: An invalid floating-point operation was signaled. This probably means an out-of-range result or an invalid operation, such as division by zero. select abs('-9223372036854775808'::int8); ERROR: bigint out of range select '9223372036854775800'::int8 + '100'::int4; ======================================================================