Re: numeric input changes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: numeric input changes
Date: 2004-03-10 21:46:09
Message-ID: 13120.1078955169@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)com> writes:
> nconway=# select 'Infinity'::float8;
> ERROR: type "double precision" value out of range: overflow
> nconway=# select '-Infinity'::float8;
> ERROR: type "double precision" value out of range: overflow

> I'm inclined to just remove this attempted functionality from the
> code, rather than fix it to work properly. Any comments?

This works in 7.4 and older releases. Sounds to me like you broke it.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Shachar Shemesh 2004-03-10 22:03:32 Defining a "tinyint" data type - one byte unsigned
Previous Message Rod Taylor 2004-03-10 21:29:50 Re: numeric input changes