Обсуждение: pgsql: Fix C++ incompatibilities in ecpg/preproc/ header files.

Поиск
Список
Период
Сортировка

pgsql: Fix C++ incompatibilities in ecpg/preproc/ header files.

От
Tom Lane
Дата:
Fix C++ incompatibilities in ecpg/preproc/ header files.

There's probably no need to back-patch this, since it seems unlikely
that anybody would be inserting C++ code into ecpg's preprocessor.

Discussion: https://postgr.es/m/b517ec3918d645eb950505eac8dd434e@gaz-is.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4f67858d3f210658d42f44fc674d2850581e572e

Modified Files
--------------
src/interfaces/ecpg/preproc/ecpg.c | 16 ++++++++--------
src/interfaces/ecpg/preproc/pgc.l  | 26 ++++++++++++++------------
src/interfaces/ecpg/preproc/type.h |  4 ++--
3 files changed, 24 insertions(+), 22 deletions(-)