Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbb07860

Browse files
author
Nikita Glukhov
committed
Add typedef JsonbContainerHdr
1 parent8e49135 commitbb07860

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/include/utils/jsonb_internals.h‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ typedef uint32 JEntry;
121121
*/
122122
#defineJB_OFFSET_STRIDE32
123123

124+
typedefuint32JsonbContainerHdr;
125+
124126
/*
125127
* A jsonb array or object node, within a Jsonb Datum.
126128
*
@@ -133,8 +135,8 @@ typedef uint32 JEntry;
133135
*/
134136
typedefstructJsonbContainerHeader
135137
{
136-
uint32header;/* number of elements or key/value pairs, and
137-
* flags */
138+
JsonbContainerHdrheader;/* number of elements or key/value
139+
*pairs, andflags */
138140
JEntrychildren[FLEXIBLE_ARRAY_MEMBER];
139141

140142
/* the data for each child node follows. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp