Arrays have one per element
authorPeter Geoghegan <[email protected]>
Tue, 18 Mar 2014 09:07:30 +0000 (02:07 -0700)
committerPeter Geoghegan <[email protected]>
Tue, 18 Mar 2014 09:07:30 +0000 (02:07 -0700)
src/include/utils/jsonb.h

index d2e8b448bd6e052613fb9048ef04af53ae491687..0328e87d67d0a343401efab6c2c3af0e2f4b621e 100644 (file)
@@ -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