Re: [GENERAL] division by zero

From: Justin Clift <justin(at)postgresql(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Merlin Moncure <merlin(dot)moncure(at)rcsonline(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Subject: Re: [GENERAL] division by zero
Date: 2003-03-10 16:28:48
Message-ID: 3E6CBD40.5030106@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
<snip>
>>FWIW, this also is a problem with some of the windows ports. For
>>example, 'select 0/0' is unpredictable and can cause the server to gpf
>>and restart. This does not include the SRA port, because I don't have
>>it.
>
> 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.

Reported the issue to the Apple guys earlier on today, but haven't heard
anything back from them yet.

Guess we'll have to wait a few days to find out where things are at in
regards to MacOS X.

Regards and best wishes,

Justin Clift

--
"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
- Indira Gandhi

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2003-03-10 16:45:03 Re: [GENERAL] division by zero
Previous Message Joe Conway 2003-03-10 16:27:08 Re: SQL99 ARRAY support proposal