Re: ECPG error message - Mailing list pgsql-interfaces

From Tom Lane
Subject Re: ECPG error message
Date
Msg-id 3927.1003848751@sss.pgh.pa.us
Whole thread Raw
In response to Re: ECPG error message  (Michael Meskes <meskes@postgresql.org>)
List pgsql-interfaces
Michael Meskes <meskes@postgresql.org> writes:
>> 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?

"long double" doesn't exist in ANSI C; it's a new feature of C99.

Since we have no backend datatype that corresponds to long double,
I don't see any strong reason for ecpg to support it.
        regards, tom lane


pgsql-interfaces by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ECPG error message
Next
From: Bruce Momjian
Date:
Subject: Re: ECPG - connection name in "EXEC SQL AT ... " statement