Keep plpgsql.h C++-clean.

I forgot that "typeid" is a C++ keyword.  Per buildfarm.
This commit is contained in:
Tom Lane 2022-03-31 18:29:10 -04:00
parent 53ef6c40f1
commit fb691bbb4c
1 changed files with 1 additions and 1 deletions

View File

@ -1151,7 +1151,7 @@ typedef struct PLpgSQL_plugin
Datum value, bool isNull,
Oid valtype, int32 valtypmod);
void (*eval_datum) (PLpgSQL_execstate *estate, PLpgSQL_datum *datum,
Oid *typeid, int32 *typetypmod,
Oid *typeId, int32 *typetypmod,
Datum *value, bool *isnull);
Datum (*cast_value) (PLpgSQL_execstate *estate,
Datum value, bool *isnull,