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

Commit1891b41

Browse files
committed
Fix some more confusion between uint32 and Datum.
1 parent348aa75 commit1891b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ gin_extract_jsonb_hash(PG_FUNCTION_ARGS)
548548
caseWJB_VALUE:
549549
/* Element/value case */
550550
JsonbHashScalarValue(&v,&stack->hash);
551-
entries[i++]=stack->hash;
551+
entries[i++]=UInt32GetDatum(stack->hash);
552552
break;
553553
caseWJB_END_ARRAY:
554554
caseWJB_END_OBJECT:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp