projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
330b48b
)
Fix breakage in previous change
author
Peter Eisentraut
<peter_e@gmx.net>
Fri, 30 Sep 2016 16:00:00 +0000
(12:00 -0400)
committer
Peter Eisentraut
<peter_e@gmx.net>
Fri, 30 Sep 2016 19:27:51 +0000
(15:27 -0400)
src/include/utils/jsonb.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/jsonb.h
b/src/include/utils/jsonb.h
index 48ca9dc913c38c5da866e5a129608aa18d602d9c..470d5b10503b4153f39eb91ddfafeee073f8b2dc 100644
(file)
--- a/
src/include/utils/jsonb.h
+++ b/
src/include/utils/jsonb.h
@@
-241,7
+241,7
@@
enum jbvType
*/
struct JsonbValue
{
-
jbvType
type; /* Influences sort order */
+
enum jbvType
type; /* Influences sort order */
union
{