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 (view raw or flat) |
| 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)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2010-02-04 18:02:13 |
| Subject: Re: Re: [COMMITTERS] pgsql: Assorted cleanups in preparation for using a map file to support |
| Previous: | From: Michael Meskes | Date: 2010-02-04 09:41:35 |
| Subject: pgsql: Streamlined array handling code in libecpg a little bit, in the |