projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ef6c4
)
Keep plpgsql.h C++-clean.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 31 Mar 2022 22:29:10 +0000
(18:29 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 31 Mar 2022 22:29:10 +0000
(18:29 -0400)
I forgot that "typeid" is a C++ keyword. Per buildfarm.
src/pl/plpgsql/src/plpgsql.h
patch
|
blob
|
blame
|
history
diff --git
a/src/pl/plpgsql/src/plpgsql.h
b/src/pl/plpgsql/src/plpgsql.h
index cc8d782217de42624304ff3b2a27a09c286283a5..6444347ce9c0b642098978297ac3e044a7a7f2da 100644
(file)
--- a/
src/pl/plpgsql/src/plpgsql.h
+++ b/
src/pl/plpgsql/src/plpgsql.h
@@
-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 *type
i
d, int32 *typetypmod,
+ Oid *type
I
d, int32 *typetypmod,
Datum *value, bool *isnull);
Datum (*cast_value) (PLpgSQL_execstate *estate,
Datum value, bool *isnull,