Re: ECPG error message - Mailing list pgsql-interfaces

From Michael Meskes
Subject Re: ECPG error message
Date
Msg-id 20011023085819.B1111@feivel.fam-meskes.de
Whole thread Raw
In response to ECPG error message  (Antonio Sergio de Mello e Souza <asergioz@bol.com.br>)
Responses Re: ECPG error message  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
On Mon, Oct 22, 2001 at 10:44:19AM -0400, Antonio Sergio de Mello e Souza wrote:
> When I try to compile source code with these variable declarations:
> 
>  18 EXEC SQL BEGIN DECLARE SECTION;
>  19 struct FIELDS_t {
>  20     char         cod[16];
>  21     long double  val;

ecpg does not know long double.

> What's the problem with long double?
> Isn't it a standard C data type?

Is it? Is it available on non-gcc compilers too?

Michael
-- 
Michael Meskes
Michael@Fam-Meskes.De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!


pgsql-interfaces by date:

Previous
From: Christof Petig
Date:
Subject: ECPG: Missing in SQL standard? getting _one_ row out of a multirow descriptor
Next
From: Tom Lane
Date:
Subject: Re: ECPG error message