Thread: pgsql: More improvement to comment parsing in ecpg.

pgsql: More improvement to comment parsing in ecpg.

From
Michael Meskes
Date:
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/05b476c2983a8d38bf6a0254553b4a0776896aa7

Modified Files
--------------
doc/src/sgml/ecpg.sgml            |    6 ++++--
src/interfaces/ecpg/preproc/pgc.l |    8 ++++++--
2 files changed, 10 insertions(+), 4 deletions(-)