We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a615acf commit 73f47aaCopy full SHA for 73f47aa
contrib/ltree/_ltree_gist.c
@@ -85,7 +85,7 @@ _ltree_compress(PG_FUNCTION_ARGS)
85
key->len = len;
86
key->flag = 0;
87
88
- MemSet(LTG_SIGN(key), 0, sizeof(ASIGLEN));
+ MemSet(LTG_SIGN(key), 0, ASIGLEN);
89
while (num > 0)
90
{
91
hashing(LTG_SIGN(key), item);
0 commit comments