Re: ecpg produces code that won't compile

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема Re: ecpg produces code that won't compile
Дата
Msg-id 20080302104028.GA18658@feivel.credativ.de
обсуждение исходный текст
Ответ на Re: ecpg produces code that won't compile  (Euler Taveira de Oliveira <euler@timbira.com>)
Ответы Re: ecpg produces code that won't compile  (Steve Clark <sclark@netwolves.com>)
Список pgsql-bugs
On Sat, Mar 01, 2008 at 04:50:46PM -0300, Euler Taveira de Oliveira wrote:
>> ecpg_test.pgc:36: error: invalid application of `sizeof' to incomplete type
>> `varchar_h_tunnel_active'
>
> It seems that are you using implicit cast from varchar to inet. It
> doesn't work in 8.3 anymore. You need to cast before calling the
> function, ie, func(col::inet).
> ...

However, this doesn't explain why ecpg fails to generate valid C code.

Michael
--
Michael Meskes
Email: Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: meskes@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #3997: Venezuela TIMEZONE
Следующее
От: Michael Meskes
Дата:
Сообщение: Re: [GENERAL] ecpg problem