More improvement to comment parsing in ecpg.

Michael Meskes <meskes@postgresql.org>

Commit: 05b476c2983a8d38bf6a0254553b4a0776896aa7
Author: Michael Meskes <meskes@postgresql.org>
Date: 2013-11-25T14:38:09Z
Releases: 9.4.0
More improvement to comment parsing in ecpg.

ECPG is not supposed to allow and output nested comments in C. These comments
are only allowed in the SQL parts and must not be written into the C file.
Also the different handling of different comments is documented.

Files

PathChange+/−
doc/src/sgml/ecpg.sgml modified +4 −2
src/interfaces/ecpg/preproc/pgc.l modified +6 −2