Re: [HACKERS] Always the same ecpg bug - please (re)apply patch

2002-04-05 Thread Bruce Momjian
Patch applied. Thanks. --- Nicolas Bazin wrote: > Here is the description: > > When a macro is replaced by the preprocessor, pgc.l reaches a end of file, which is >not the actual end of the file. One side effect of that

Re: [HACKERS] Always the same ecpg bug - please (re)apply patch

2002-04-03 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --- Nicolas Bazin wrote: > Here is the description

[HACKERS] Always the same ecpg bug - please (re)apply patch

2002-03-27 Thread Nicolas Bazin
Here is the description:   When a macro is replaced by the preprocessor, pgc.l reaches a end of file, which is not the actual end of the file. One side effect of that is that if you are in a ifdef block, you get a wrong error telling you that a endif is missing.   This patch corrects pgc.l an