pgsql-server/ oc/src/sgml/syntax.sgml rc/backe ...

From: neilc(at)svr1(dot)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/ oc/src/sgml/syntax.sgml rc/backe ...
Date: 2004-03-12 00:25:44
Message-ID: 20040312002544.837CAD1D2C3@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: neilc(at)svr1(dot)postgresql(dot)org 04/03/11 20:25:44

Modified files:
doc/src/sgml : syntax.sgml
src/backend/utils/adt: float.c
src/include : pg_config_manual.h
src/test/regress/expected: float4.out float8.out
src/test/regress/sql: float4.sql float8.sql

Log message:
Allow 'Infinity' and '-Infinity' as input to the float4 and float8
types. Update the regression tests and the documentation to reflect
this. Remove the UNSAFE_FLOATS #ifdef.

This is only half the story: we still unconditionally reject
floating point operations that result in +/- infinity. See
recent thread on -hackers for more information.

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2004-03-12 00:52:23 pgsql-server/doc/src/sgml/ref lock.sgml
Previous Message Tom Lane 2004-03-11 16:39:18 Re: [COMMITTERS] pgsql-server/doc/src/sgml Makefile