Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae6727c

Browse files
author
Alena Rybakina
committed
Append miss release locks.
1 parentbbe7315 commitae6727c

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)

[8]ページ先頭

©2009-2025 Movatter.jp