10000
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 8cb5e67 commit c653cb2Copy full SHA for c653cb2
src/backend/lib/dshash.c
@@ -672,9 +672,7 @@ delete_item(dshash_table *hash_table, dshash_table_item *item)
672
673
/*
674
* Grow the hash table if necessary to the requested number of buckets. The
675
- * requested size must be double some previously observed size. Returns true
676
- * if the table was successfully expanded or found to be big enough already
677
- * (because another backend expanded it).
+ * requested size must be double some previously observed size.
678
*
679
* Must be called without any partition lock held.
680
*/
0 commit comments