pgsql/src/backend/utils/adt float.c

From: Tom Lane <tgl(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt float.c
Date: 2001-06-02 17:12:13
Message-ID: 200106021712.f52HCD315916@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: tgl(at)hub(dot)org 01/06/02 13:12:12

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

Log message:
Paranoia about unordered comparisons in IEEE float math. If we are
given values that compare as unordered, make sure we reply that they
are equal, which is better than giving an arbitrary answer --- at least
it doesn't depend on which one is passed as which arg.

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2001-06-02 17:50:26 pgsql/src/backend/po
Previous Message Tom Lane 2001-06-02 15:51:47 Re: pgsql/src/backend/lib dllist.c