Re: BUG #3181: ecpg generating wrong code

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Steve Gieseking" <steve(dot)gieseking(at)camotion(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #3181: ecpg generating wrong code
Date: 2007-03-27 03:27:15
Message-ID: 10921.1174966035@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Steve Gieseking" <steve(dot)gieseking(at)camotion(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Greg Sabino Mullane 2007-03-27 03:32:06 Re: "Relation not found" error but table exits.
Previous Message Tom Lane 2007-03-27 02:11:34 Re: BUG #3048: pg_dump dumps intarray metadata incorrectly