pgsql: More improvement to comment parsing in ecpg.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: More improvement to comment parsing in ecpg.
Date: 2013-11-25 14:39:07
Message-ID: E1VkxJb-0002Ju-B7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-11-26 00:19:47 pgsql: Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior
Previous Message Michael Meskes 2013-11-25 14:12:55 pgsql: Fix ecpg parsing of sizeof().