[GENERAL] ERROR: int8 conversion to int4 is out of range

2001-08-28 Thread Colin Campbell
o fix it? Colin -- Colin Campbell Unix Support/Postmaster/Hostmaster CITEC +61 7 3006 4710 ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [GENERAL] Error in trying to dump any database

2001-08-31 Thread Colin Campbell
Hi, I recently had a similar problem (7.1.2) and I suspect you are suffering the same. It turned out to (probably) be a compiler optimzation problem. I could do select int4(4::int8/4::int8); and it would work on a machine compiled under gcc 2.95.2 but failed with "int8 conversion to in