diff options
author | Thomas Munro <tmunro@postgresql.org> | 2018-10-29 12:57:55 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2018-10-29 12:57:55 +1300 |
commit | 051a1494bd31fbb743c23d39299da6933847afb5 (patch) | |
tree | 9b3ab8d51b88f5ffc3a2448398c45c7cf4fe69c6 /src/backend/lib | |
parent | 1df92eeafefac471b8bcb00244452c645e4e14fd (diff) | |
download | postgresql-051a1494bd31fbb743c23d39299da6933847afb5.tar.gz postgresql-051a1494bd31fbb743c23d39299da6933847afb5.zip |
Remove incorrect comment in dshash.c.
Back-patch to 11.
Author: Antonin Houska
Discussion: https://postgr.es/m/8726.1540553521%40localhost
Diffstat (limited to 'src/backend/lib')
-rw-r--r-- | src/backend/lib/dshash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/backend/lib/dshash.c b/src/backend/lib/dshash.c index b46f7c4cfd0..b2b8fe60e1c 100644 --- a/src/backend/lib/dshash.c +++ b/src/backend/lib/dshash.c @@ -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 - * requested size must be double some previously observed size. Returns true - * if the table was successfully expanded or found to be big enough already - * (because another backend expanded it). + * requested size must be double some previously observed size. * * Must be called without any partition lock held. */ |