Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
06db9cce
Commit
06db9cce
authored
May 22, 2014
by
Fujii Masao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in comment.
Erik Rijkers
parent
19a683f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/include/utils/jsonb.h
src/include/utils/jsonb.h
+1
-1
No files found.
src/include/utils/jsonb.h
View file @
06db9cce
...
@@ -93,7 +93,7 @@ typedef struct JsonbValue JsonbValue;
...
@@ -93,7 +93,7 @@ typedef struct JsonbValue JsonbValue;
*
*
* The root node is an exception; it has no parent array or object that could
* The root node is an exception; it has no parent array or object that could
* hold its JEntry. Hence, no JEntry header is stored for the root node. It
* hold its JEntry. Hence, no JEntry header is stored for the root node. It
* is implicitly known that the
the
root node must be an array or an object,
* is implicitly known that the root node must be an array or an object,
* so we can get away without the type indicator as long as we can distinguish
* so we can get away without the type indicator as long as we can distinguish
* the two. For that purpose, both an array and an object begins with a uint32
* the two. For that purpose, both an array and an object begins with a uint32
* header field, which contains an JB_FOBJECT or JB_FARRAY flag. When a naked
* header field, which contains an JB_FOBJECT or JB_FARRAY flag. When a naked
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment