Skip to content

Commit fb691bb

Browse files
committed
Keep plpgsql.h C++-clean.
I forgot that "typeid" is a C++ keyword. Per buildfarm.
1 parent 53ef6c4 commit fb691bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pl/plpgsql/src/plpgsql.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1151,7 +1151,7 @@ typedef struct PLpgSQL_plugin
11511151
Datum value, bool isNull,
11521152
Oid valtype, int32 valtypmod);
11531153
void (*eval_datum) (PLpgSQL_execstate *estate, PLpgSQL_datum *datum,
1154-
Oid *typeid, int32 *typetypmod,
1154+
Oid *typeId, int32 *typetypmod,
11551155
Datum *value, bool *isnull);
11561156
Datum (*cast_value) (PLpgSQL_execstate *estate,
11571157
Datum value, bool *isnull,

0 commit comments

Comments
 (0)