pgsql-server/src/backend/utils/adt float.c num ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src/backend/utils/adt float.c num ...
Date: 2003-07-30 19:48:47
Message-ID: 20030730194847.31691D1C922@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 03/07/30 16:48:45

Modified files:
src/backend/utils/adt: float.c numeric.c

Log message:
Fix numeric_smaller, numeric_larger, float4smaller, float4larger,
float8smaller, float8larger (and thereby the MIN/MAX aggregates on these
datatypes) to agree with the datatypes' comparison operations as
regards NaN handling. In all these datatypes, NaN is arbitrarily
considered larger than any normal value ... but MIN/MAX had not gotten
the word. Per recent discussion on pgsql-sql.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2003-07-30 20:23:33 pgsql-server/doc TODO
Previous Message Bruce Momjian 2003-07-30 19:16:32 pgsql-server/doc TODO