We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ef6c4 commit fb691bbCopy full SHA for fb691bb
src/pl/plpgsql/src/plpgsql.h
@@ -1151,7 +1151,7 @@ typedef struct PLpgSQL_plugin
1151
Datum value, bool isNull,
1152
Oid valtype, int32 valtypmod);
1153
void (*eval_datum) (PLpgSQL_execstate *estate, PLpgSQL_datum *datum,
1154
- Oid *typeid, int32 *typetypmod,
+ Oid *typeId, int32 *typetypmod,
1155
Datum *value, bool *isnull);
1156
Datum (*cast_value) (PLpgSQL_execstate *estate,
1157
Datum value, bool *isnull,
0 commit comments