Re: ECPG error message

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: ECPG error message
Дата
Msg-id 20011023085819.B1111@feivel.fam-meskes.de
обсуждение исходный текст
Ответ на ECPG error message  (Antonio Sergio de Mello e Souza <asergioz@bol.com.br>)
Ответы Re: ECPG error message
Список 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 по дате отправления:

Предыдущее
От: Christof Petig
Дата:
Сообщение: ECPG: Missing in SQL standard? getting _one_ row out of a multirow descriptor
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ECPG error message