pgsql: Usage of isnan() in ECPG regression tests probably needs

From: meskes(at)postgresql(dot)org (Michael Meskes)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Usage of isnan() in ECPG regression tests probably needs
Date: 2010-02-04 11:23:29
Message-ID: 20100204112329.41FD37541B9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Usage of isnan() in ECPG regression tests probably needs '#include <float.h>' as well.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/test/expected:
pgtypeslib-nan_test.c (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.c?r1=1.2&r2=1.3)
pgtypeslib-nan_test.stderr (r1.3 -> r1.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/expected/pgtypeslib-nan_test.stderr?r1=1.3&r2=1.4)
pgsql/src/interfaces/ecpg/test/pgtypeslib:
nan_test.pgc (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pgtypeslib/nan_test.pgc?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-02-04 18:02:13 Re: Re: [COMMITTERS] pgsql: Assorted cleanups in preparation for using a map file to support
Previous Message Michael Meskes 2010-02-04 09:41:35 pgsql: Streamlined array handling code in libecpg a little bit, in the