BF failure - kookaburra - ecpg

From: "Rocco Altier" <RoccoA(at)Routescape(dot)com>
To: "PostgreSQL-development" <pgsql-hackers(at)postgresql(dot)org>
Subject: BF failure - kookaburra - ecpg
Date: 2006-09-08 14:55:11
Message-ID: 6E0907A94904D94B99D7F387E08C4F57016D17C8@FALCON.INSIGHT
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-09-08 15:12:28 Re: Fixed length data types issue
Previous Message Gregory Stark 2006-09-08 14:39:17 Re: Fixed length data types issue