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

Commitcf5389f

Browse files
committed
Fix misspelled struct tag.
This was evidently intended to match the struct's typedef name,but it didn't quite. Noted while testing find_typedefs.
1 parentac8d7e1 commitcf5389f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/jsonfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ typedef struct ElementsState
122122
}ElementsState;
123123

124124
/* state for get_json_object_as_hash */
125-
typedefstructJhashState
125+
typedefstructJHashState
126126
{
127127
JsonLexContext*lex;
128128
constchar*function_name;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp