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

Commite34375a

Browse files
committed
PGPRO-2844: Use macros PG_INT32_MAX instead of magic number
1 parentee68be1 commite34375a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/rum_ts_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ Cover(DocRepresentation *doc, uint32 len, QueryRepresentation *qr,
873873

874874
memset(qr->operandData,0,sizeof(qr->operandData[0])*qr->length);
875875

876-
ext->p=0x7fffffff;
876+
ext->p=PG_INT32_MAX;
877877
ext->q=0;
878878
ptr=doc+ext->pos;
879879

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp