Re: ECPG error message

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ECPG error message
Дата
Msg-id 3927.1003848751@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: ECPG error message  (Michael Meskes <meskes@postgresql.org>)
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG error message
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: ECPG - connection name in "EXEC SQL AT ... " statement