We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdc5ab commit 80324fbCopy full SHA for 80324fb
contrib/tsearch2/query_gist.c
@@ -29,7 +29,7 @@ makesign(QUERYTYPE * a)
29
for (i = 0; i < a->size; i++)
30
{
31
if (ptr->type == VAL)
32
- sign |= 1 << (ptr->val % SIGLEN);
+ sign |= ((TPQTGist)1) << (ptr->val % SIGLEN);
33
ptr++;
34
}
35
0 commit comments