Re: BUG #3181: ecpg generating wrong code

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #3181: ecpg generating wrong code
Дата
Msg-id 10921.1174966035@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #3181: ecpg generating wrong code  ("Steve Gieseking" <steve.gieseking@camotion.com>)
Список pgsql-bugs
"Steve Gieseking" <steve.gieseking@camotion.com> writes:
> I am maintaining code that uses ecpg.  The following query was working with
> the previous version of ecpg:
> ...
> The problem is the translation to ensable.  This appears to be caused by the
> file 'preproc.y' at the line:
>         | ENABLE_P            { $$ = make_str("ensable"); }

Good catch, but AFAICS this was broken in 8.1 as well.  What "previous
version" are you comparing to?

            regards, tom lane

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

Предыдущее
От: "Steve Gieseking"
Дата:
Сообщение: BUG #3181: ecpg generating wrong code
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: "Relation not found" error but table exits.