pgsql: Keep plpgsql.h C++-clean.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Keep plpgsql.h C++-clean.
Date: 2022-03-31 22:29:23
Message-ID: E1na3IB-000DQP-9b@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-04-01 01:15:24 pgsql: Switch the regression tests of pg_upgrade to use TAP tests
Previous Message Tom Lane 2022-03-31 21:05:57 pgsql: Expose a few more PL/pgSQL functions to debugger plugins.