mirror of
https://github.com/postgres/postgres.git
synced 2026-04-24 07:40:59 -04:00
fix returning value
This commit is contained in:
parent
b31eeadcab
commit
34b934f658
1 changed files with 2 additions and 0 deletions
|
|
@ -200,6 +200,8 @@ sizebitvec(TPQTGist sign) {
|
|||
|
||||
for(i=0;i<64;i++)
|
||||
size += 0x01 & (sign>>i);
|
||||
|
||||
return size;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue