Re: [GENERAL] division by zero - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [GENERAL] division by zero
Date
Msg-id 200303101649.h2AGnK704803@candle.pha.pa.us
Whole thread Raw
In response to Re: [GENERAL] division by zero  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers
The big question is how to fix this on Win32.  Is a test in the integer
division routines enough?  Is there a signal to catch on Win32?

---------------------------------------------------------------------------

Merlin Moncure wrote:
> Bruce Momjian wrote:
> > I just tested the SRA Win32 threaded port and both SELECT 1/0 and
> SELECT
> > 0/0 crash the process.  I have reported this to Tatsuo.
> 
> The PeerDirect version (beta4) does the same thing.  This is the version
> based on the 7.2.1 source that I have been testing for a while.  If
> there is a newer version than that I don't have it yet.  The source is
> not available so I can't verify the cause.
> 
> Merlin
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: [GENERAL] division by zero
Next
From: "Jason M. Felice"
Date:
Subject: Re: SQL99 ARRAY support proposal