mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +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++)
|
||||
{
|
||||
if (ptr->type == VAL)
|
||||
sign |= 1 << (ptr->val % SIGLEN);
|
||||
sign |= ((TPQTGist)1) << (ptr->val % SIGLEN);
|
||||
ptr++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user