Re: BUG #3181: ecpg generating wrong code - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3181: ecpg generating wrong code
Date
Msg-id 10921.1174966035@sss.pgh.pa.us
Whole thread Raw
In response to BUG #3181: ecpg generating wrong code  ("Steve Gieseking" <steve.gieseking@camotion.com>)
List 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 by date:

Previous
From: "Steve Gieseking"
Date:
Subject: BUG #3181: ecpg generating wrong code
Next
From: "Greg Sabino Mullane"
Date:
Subject: Re: "Relation not found" error but table exits.