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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy