projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac8d7e1
)
Fix misspelled struct tag.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 19 May 2017 19:05:54 +0000
(15:05 -0400)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 19 May 2017 19:05:58 +0000
(15:05 -0400)
This was evidently intended to match the struct's typedef name,
but it didn't quite. Noted while testing find_typedefs.
src/backend/utils/adt/jsonfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/adt/jsonfuncs.c
b/src/backend/utils/adt/jsonfuncs.c
index 34de934d87a664c98126146df1b9d5a5aff683f6..ab9a7452340cefe3e6ba31cb428265e0ef54d26e 100644
(file)
--- a/
src/backend/utils/adt/jsonfuncs.c
+++ b/
src/backend/utils/adt/jsonfuncs.c
@@
-122,7
+122,7
@@
typedef struct ElementsState
} ElementsState;
/* state for get_json_object_as_hash */
-typedef struct J
h
ashState
+typedef struct J
H
ashState
{
JsonLexContext *lex;
const char *function_name;