Skip to content

Commit 80324fb

Browse files
committed
Fix typeing as Tom suggest
1 parent 1bdc5ab commit 80324fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/tsearch2/query_gist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ makesign(QUERYTYPE * a)
2929
for (i = 0; i < a->size; i++)
3030
{
3131
if (ptr->type == VAL)
32-
sign |= 1 << (ptr->val % SIGLEN);
32+
sign |= ((TPQTGist)1) << (ptr->val % SIGLEN);
3333
ptr++;
3434
}
3535

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy