SUMMARY: NaN on Tru64 5.1B

From: Nikola Milutinovic (Nikola.Milutinovic_at_ev.co.yu)
Date: 05/16/04

  • Next message: Bob Marcan: "Freeware collection"
    Date: Sun, 16 May 2004 18:50:20 +0200
    To: "'tru64-unix-managers@ornl.gov'" <tru64-unix-managers@ornl.gov>
    
    

    Thanks to Charles Richmond <cmr@iisc.com> and Iain Barker
    <ibarker@aastra.com> for their guidance.

    "/usr/include/float.h", loaded via "/usr/include/nan.h" holds constants
    for NaN values. The solution for PostgreSQL 7.4.2 was to add to
    ./src/include/port/osf1.h this:

    #include <nan.h>
    #define NAN DBL_QNAN

    Regression test fails on float8, the error message that was expected, is
    different. I'll see it with PgSQL team.

    Nix.


  • Next message: Bob Marcan: "Freeware collection"