please apply patch - Mailing list pgsql-hackers

From Nicolas Bazin
Subject please apply patch
Date
Msg-id 017501c1d9df$2e0ec9a0$660d090a@software.ingenico.com.au
Whole thread Raw
List pgsql-hackers
 
----- Original Message -----
Sent: Thursday, March 28, 2002 9:30 AM
Subject: Always the same ecpg bug - please (re)apply patch

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 and also adds a test of this problem to test1.pgc. To convince you apply the patch to test1.pgc first then try to compile the test then apply the patch to pgc.l.
 
The patch moves the test of the scope of an ifdef block to the end of the file beeing parsed, including all includes files, ... .
 
For the record, this patch was applied a first time by bruce then overwritten by Micheal and reapplied by him. But the big mystery is that there is no trace of that in CVS ????
 
Nicolas
Attachment

pgsql-hackers by date:

Previous
From: Jessica Perry Hekman
Date:
Subject: Re: timeout implementation issues
Next
From: Bear Giles
Date:
Subject: inserting user defined types through a rule?