BF failure - kookaburra - ecpg - Mailing list pgsql-hackers

From Rocco Altier
Subject BF failure - kookaburra - ecpg
Date
Msg-id 6E0907A94904D94B99D7F387E08C4F57016D17C8@FALCON.INSIGHT
Whole thread Raw
List pgsql-hackers
One of the new ecpg tests for comments fails to compile the resulting .c
file, because my vendor C compiler doesn't like '//' style comments,
when running in C mode.

Specifically its line 12 of comment.pgc:
// we also understand this style

It seems like ecpg should translate the comment from '//' to '/* */'
style, for the output .c file.

Thanks,-rocco



pgsql-hackers by date:

Previous
From: Gregory Stark
Date:
Subject: Re: Fixed length data types issue
Next
From: Martijn van Oosterhout
Date:
Subject: Re: Fixed length data types issue