Re: ECPG error message

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: ECPG error message
Date: 2001-10-23 06:58:19
Message-ID: 20011023085819.B1111@feivel.fam-meskes.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)Fam-Meskes(dot)De
Go SF 49ers! Go Rhein Fire!
Use Debian GNU/Linux! Use PostgreSQL!

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Christof Petig 2001-10-23 08:08:43 ECPG: Missing in SQL standard? getting _one_ row out of a multirow descriptor
Previous Message Michael Meskes 2001-10-23 06:56:49 Re: ECPG - connection name in "EXEC SQL AT ... " statement