pgsql: Keep plpgsql.h C++-clean. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Keep plpgsql.h C++-clean.
Date
Msg-id E1na3IB-000DQP-9b@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Keep plpgsql.h C++-clean.

I forgot that "typeid" is a C++ keyword.  Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fb691bbb4c8d729e6701f708edbb003b73efb16b

Modified Files
--------------
src/pl/plpgsql/src/plpgsql.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Expose a few more PL/pgSQL functions to debugger plugins.
Next
From: Michael Paquier
Date:
Subject: pgsql: Switch the regression tests of pg_upgrade to use TAP tests