ECPG buglet?

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема ECPG buglet?
Дата
Msg-id 20070125122357.GB27011@svr2.hagander.net
обсуждение исходный текст
Ответы Re: ECPG buglet?  (Michael Meskes <meskes@postgresql.org>)
Список pgsql-hackers
Looking at the VC warnings, I find that in ECPGDynamicType()
(typename.c in ecpglib), the default branch of the case statement
returns "-type". But the function returns "unsigned int", so returning a
negative value seems very strange to me.

At least it throws a warning in VC++. 

//Magnus


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Questions about warnings
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Questions about warnings