1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-21 12:05:57 +03:00

fix returning value

This commit is contained in:
Teodor Sigaev 2005-11-14 09:59:13 +00:00
parent b31eeadcab
commit 34b934f658

View File

@ -200,6 +200,8 @@ sizebitvec(TPQTGist sign) {
for(i=0;i<64;i++)
size += 0x01 & (sign>>i);
return size;
}
static int