mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03: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:
@ -122,7 +122,7 @@ typedef struct ElementsState
|
|||||||
} ElementsState;
|
} ElementsState;
|
||||||
|
|
||||||
/* state for get_json_object_as_hash */
|
/* state for get_json_object_as_hash */
|
||||||
typedef struct JhashState
|
typedef struct JHashState
|
||||||
{
|
{
|
||||||
JsonLexContext *lex;
|
JsonLexContext *lex;
|
||||||
const char *function_name;
|
const char *function_name;
|
||||||
|
Reference in New Issue
Block a user