Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfb691bb

Browse files
committed
Keep plpgsql.h C++-clean.
I forgot that "typeid" is a C++ keyword. Per buildfarm.
1 parent53ef6c4 commitfb691bb

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
Datumvalue,boolisNull,
11521152
Oidvaltype,int32valtypmod);
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
Datumvalue,bool*isnull,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp