"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