mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Keep plpgsql.h C++-clean.
I forgot that "typeid" is a C++ keyword. Per buildfarm.
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user