Re: NaN/Inf fix for ECPG Re: out-of-scope cursor errors

From: Boszormenyi Zoltan <zb(at)cybertec(dot)at>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: NaN/Inf fix for ECPG Re: out-of-scope cursor errors
Date: 2010-02-04 14:55:06
Message-ID: 4B6ADFCA.9070005@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I added the #include <float.h> to the nan_test.pgc in the hope
it fixes the Windows machines in the buildfarm.

The patch also contains cleanups in the outofscope and sqlda
regression tests so they do
#include <pgtypes_numeric.h>
instead of
exec sql include pgtypes_numeric.h;
The results of these two regression tests were affected
when I modified this particular header because of this.

Best regards,
Zoltán Böszörményi

--
Bible has answers for everything. Proof:
"But let your communication be, Yea, yea; Nay, nay: for whatsoever is more
than these cometh of evil." (Matthew 5:37) - basics of digital technology.
"May your kingdom come" - superficial description of plate tectonics

----------------------------------
Zoltán Böszörményi
Cybertec Schönig & Schönig GmbH
http://www.postgresql.at/

Attachment Content-Type Size
pg85-cleanup-regr-tests-2-ctxdiff.patch text/x-patch 84.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-02-04 15:21:28 Shared catalogs vs pg_global tablespace
Previous Message Cristian Bittel 2010-02-04 13:38:51 Re: BUG #5305: Postgres service stops when closing Windows session