Silent int overflow - Mailing list pgsql-bugs

From Jim C. Nasby
Subject Silent int overflow
Date
Msg-id 20040427233004.GS41429@nasby.net
Whole thread Raw
List pgsql-bugs
stats=# select 10000*1000000000, 10000*1000000000::bigint;
  ?column?  |    ?column?
------------+----------------
 1316134912 | 10000000000000
(1 row)

Shouldn't the first expression throw an error instead of rolling over
silently?

Version 7.4.2 if it matters...
--
Jim C. Nasby, Database Consultant                  jim@nasby.net
Member: Triangle Fraternity, Sports Car Club of America
Give your computer some brain candy! www.distributed.net Team #1828

Windows: "Where do you want to go today?"
Linux: "Where do you want to go tomorrow?"
FreeBSD: "Are you guys coming, or what?"

pgsql-bugs by date:

Previous
From: "PostgreSQL Bugs List"
Date:
Subject: BUG #1144: comments don't get propagated
Next
From: Ruslan A Dautkhanov
Date:
Subject: Multi-process transactions [share connections]