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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix C++ incompatibilities in ecpg/preproc/ header files.
Date: 2019-05-31 16:40:42
Message-ID: E1hWkaA-0004cP-S3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-05-31 16:47:30 pgsql: Adjust ecpg expected-results files for commit 7640f9312.
Previous Message Tom Lane 2019-05-31 16:35:18 pgsql: Fix C++ incompatibilities in plpgsql's header files.