pgsql: More improvement to comment parsing in ecpg. - Mailing list pgsql-committers

From Michael Meskes
Subject pgsql: More improvement to comment parsing in ecpg.
Date
Msg-id E1VkxJb-0002Ju-B7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Michael Meskes
Date:
Subject: pgsql: Fix ecpg parsing of sizeof().
Next
From: Bruce Momjian
Date:
Subject: pgsql: Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior