Re: ECPG: Automatic Storage allocation for NULL-pointing

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: ECPG: Automatic Storage allocation for NULL-pointing
Дата
Msg-id 20011101111255.E2224@feivel.fam-meskes.de
обсуждение исходный текст
Ответ на Re: ECPG: Automatic Storage allocation for NULL-pointing  (Christof Petig <christof@petig-baender.de>)
Список pgsql-interfaces
On Tue, Oct 30, 2001 at 10:46:03AM +0100, Christof Petig wrote:
> - it is possible to create a pointer to a varchar, simply use the
> braindead (to me) syntax:
> 
>     varchar type[][maxlen]=0;

Ah yes, the memory comes back. :-9

> - ecpg and the C compiler do not agree on the meaning of

Yup, one more bug to fix.

> PS: casts do not work when initializing variables ( e.g.    int VAR = (int) 1.5; ->
> syntax error)

And another one.

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


В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Jeremy Wohl
Дата:
Сообщение: Inserting/updating large text fields w/libpq
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: ECPG - connection name in "EXEC SQL AT ... " statement