CVSROOT:        /cvsroot
Module name:    pgsql-server
Changes by:     [EMAIL PROTECTED]       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.


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to