mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
Fix typeing as Tom suggest
This commit is contained in:
parent
1bdc5ab2da
commit
80324fb1e3
@ -29,7 +29,7 @@ makesign(QUERYTYPE * a)
|
|||||||
for (i = 0; i < a->size; i++)
|
for (i = 0; i < a->size; i++)
|
||||||
{
|
{
|
||||||
if (ptr->type == VAL)
|
if (ptr->type == VAL)
|
||||||
sign |= 1 << (ptr->val % SIGLEN);
|
sign |= ((TPQTGist)1) << (ptr->val % SIGLEN);
|
||||||
ptr++;
|
ptr++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user