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

Commitb431692

Browse files
committed
Fix incorrect typecast.
Ashutosh Sharma, per a report from Mithun Cy.Discussion:http://postgr.es/m/CAD__OujgqNNnCujeFTmKpjNu+W4smS8Hbi=RcWAhf1ZUs3H4WA@mail.gmail.com
1 parentacf555b commitb431692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/pageinspect/hashfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ hash_metapage_info(PG_FUNCTION_ARGS)
541541
values[j++]=ObjectIdGetDatum((Oid)metad->hashm_procid);
542542

543543
for (i=0;i<HASH_MAX_SPLITPOINTS;i++)
544-
spares[i]=Int64GetDatum((int8)metad->hashm_spares[i]);
544+
spares[i]=Int64GetDatum((int64)metad->hashm_spares[i]);
545545
values[j++]=PointerGetDatum(construct_array(spares,
546546
HASH_MAX_SPLITPOINTS,
547547
INT8OID,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp