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 a6eb046 commit 487dfa5Copy full SHA for 487dfa5
1 file changed
src/hash_query.c
@@ -242,7 +242,7 @@ hash_entry_dealloc(int bucket_id)
242
243
while ((entry = hash_seq_search(&hstat)) != NULL)
244
{
245
- /* Remove all entries if new_bucket_id == -1 */
+ /* Remove all entries if bucket_id == -1 */
246
if (bucket_id == INVALID_BUCKET_ID || entry->key.bucket_id == bucket_id)
247
248
dsa_pointer parent_qdsa = entry->counters.info.parent_query;
0 commit comments