Skip to content

Commit cf5389f

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 parent ac8d7e1 commit cf5389f

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-
typedef struct JhashState
125+
typedef struct JHashState
126126
{
127127
JsonLexContext *lex;
128128
const char *function_name;

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