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
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
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