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

Commit026c7c2

Browse files
author
Nikita Glukhov
committed
Add jsonb partial decompression
1 parentc958d6a commit026c7c2

File tree

7 files changed

+945
-47
lines changed

7 files changed

+945
-47
lines changed

‎src/backend/utils/adt/json_generic.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
#include"utils/jsonb.h"
1717
#include"utils/memutils.h"
1818

19-
staticJson*JsonExpand(Json*tmp,Datumvalue,boolfreeValue,
20-
JsonContainerOps*ops);
21-
2219
JsonValue*
2320
JsonExtractScalar(JsonContainer*jc,JsonValue*scalar)
2421
{
@@ -87,7 +84,7 @@ JsonInit(Json *json)
8784
json->root.ops->init(&json->root,json->obj.value);
8885
}
8986

90-
staticJson*
87+
Json*
9188
JsonExpand(Json*tmp,Datumvalue,boolfreeValue,JsonContainerOps*ops)
9289
{
9390
Json*json=tmp ?tmp : (Json*)palloc(JsonAllocSize(ops->data_size));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp