Compiler warning in ecpglib/execute.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Compiler warning in ecpglib/execute.c
Дата
Msg-id 27050.1233604578@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Compiler warning in ecpglib/execute.c
Список pgsql-hackers
CVS HEAD is producing

execute.c: In function 'ecpg_store_result':
execute.c:394: warning: 'act_tuple' may be used uninitialized in this function

It looks to me like this is an actual bug, not just the compiler being
insufficiently smart to prove the variable is set before use.
        regards, tom lane


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

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: [patch] fix for regression tests (locale cs_CZ)
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: 8.4 release planning