A couple of ecpg issues in CVS tip

Поиск
Список
Период
Сортировка
От Tom Lane
Тема A couple of ecpg issues in CVS tip
Дата
Msg-id 8593.1129336357@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-bugs
I'm noticing a couple of unexpected warnings on an x86_64 machine:

descriptor.c: In function 'ECPGset_desc':
descriptor.c:506: warning: passing argument 1 of 'ECPGget_variable' from incompatible pointer type

This probably needs the same hack as in execute.c.

pgc.l:1094: warning, -s option given but default rule can be matched

This indicates a "hole" in the lexer rules.   Probably needs looking at.
(This machine has flex 2.5.31.  Curiously, I see no such warning with
flex 2.5.4 ... so it might be bogus.)

            regards, tom lane

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: BUG #1956: Plpgsql top-level DECLARE does not share scope
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: BUG #1956: Plpgsql top-level DECLARE does not share