pgsql: More improvement to comment parsing in ecpg.

Поиск
Список
Период
Сортировка
От Michael Meskes
Тема pgsql: More improvement to comment parsing in ecpg.
Дата
Msg-id E1VkxJb-0002Ju-B7@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Meskes
Дата:
Сообщение: pgsql: Fix ecpg parsing of sizeof().
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT behavior