Skip to content

Commit ae6727c

Browse files
author
Alena Rybakina
committed
Append miss release locks.
1 parent bbe7315 commit ae6727c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

storage.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1311,6 +1311,7 @@ aqo_data_store(uint64 fs, int fss, OkNNrdata *data, List *reloids)
13111311
* that caller recognize it and don't try to call us more.
13121312
*/
13131313
(void) hash_search(data_htab, &key, HASH_REMOVE, NULL);
1314+
LWLockRelease(&aqo_state->data_lock);
13141315
return false;
13151316
}
13161317
}
@@ -1343,6 +1344,7 @@ aqo_data_store(uint64 fs, int fss, OkNNrdata *data, List *reloids)
13431344
* that caller recognize it and don't try to call us more.
13441345
*/
13451346
(void) hash_search(data_htab, &key, HASH_REMOVE, NULL);
1347+
LWLockRelease(&aqo_state->data_lock);
13461348
return false;
13471349
}
13481350
}

0 commit comments

Comments
 (0)