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

Started by Tom Laneabout 7 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/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(-)