Commit 051a1494 authored by Thomas Munro's avatar Thomas Munro

Remove incorrect comment in dshash.c.

Back-patch to 11.

Author: Antonin Houska
Discussion: https://postgr.es/m/8726.1540553521%40localhost
parent 1df92eea
...@@ -672,9 +672,7 @@ delete_item(dshash_table *hash_table, dshash_table_item *item) ...@@ -672,9 +672,7 @@ delete_item(dshash_table *hash_table, dshash_table_item *item)
/* /*
* Grow the hash table if necessary to the requested number of buckets. The * Grow the hash table if necessary to the requested number of buckets. The
* requested size must be double some previously observed size. Returns true * requested size must be double some previously observed size.
* if the table was successfully expanded or found to be big enough already
* (because another backend expanded it).
* *
* Must be called without any partition lock held. * Must be called without any partition lock held.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment