projects
/
users
/
andresfreund
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
950f38a
)
Arrays have one per element
author
Peter Geoghegan
<
[email protected]
>
Tue, 18 Mar 2014 09:07:30 +0000
(
02:07
-0700)
committer
Peter Geoghegan
<
[email protected]
>
Tue, 18 Mar 2014 09:07:30 +0000
(
02:07
-0700)
src/include/utils/jsonb.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/jsonb.h
b/src/include/utils/jsonb.h
index d2e8b448bd6e052613fb9048ef04af53ae491687..0328e87d67d0a343401efab6c2c3af0e2f4b621e 100644
(file)
--- a/
src/include/utils/jsonb.h
+++ b/
src/include/utils/jsonb.h
@@
-129,6
+129,7
@@
typedef struct
/*
* JEntry: there is one of these for each key _and_ value in a jsonb object.
+ * Arrays have one per element.
*
* The position offset points to the _end_ so that we can get the length by
* subtraction from the previous entry. The JENTRY_ISFIRST flag indicates if