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

Commit023c9cd

Browse files
committed
Fix *.
1 parent00dc303 commit023c9cd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎jsonb_ops.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ recursiveExtract(char *jqBase, int32 jqPos, uint32 hash, Entries *e,
237237
result= (ExtractedNode*)palloc(sizeof(ExtractedNode));
238238
extra= (KeyExtra*)palloc0(sizeof(KeyExtra));
239239
extra->hash=hash;
240+
extra->lossy=lossy;
240241
result->type=eScalar;
241242
result->path=path;
242243
result->indirect=indirect;
@@ -256,6 +257,7 @@ recursiveExtract(char *jqBase, int32 jqPos, uint32 hash, Entries *e,
256257

257258
extra= (KeyExtra*)palloc0(sizeof(KeyExtra));
258259
extra->hash=hash;
260+
extra->lossy=lossy;
259261
result= (ExtractedNode*)palloc(sizeof(ExtractedNode));
260262
if (type==jqiContains)
261263
result->type=eAnd;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp