mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
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.
This commit is contained in:
parent
ac8d7e1b83
commit
cf5389f5b5
@ -122,7 +122,7 @@ typedef struct ElementsState
|
||||
} ElementsState;
|
||||
|
||||
/* state for get_json_object_as_hash */
|
||||
typedef struct JhashState
|
||||
typedef struct JHashState
|
||||
{
|
||||
JsonLexContext *lex;
|
||||
const char *function_name;
|
||||
|
Loading…
Reference in New Issue
Block a user