mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +03:00
Fix typeing as Tom suggest
This commit is contained in:
@@ -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++;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user