Minor clean-up in dshash.{c,h}.

Andres Freund <andres@anarazel.de>

Commit: 17b340abf83d1b5f67808c45c63b9e0439569cef
Author: Andres Freund <andres@anarazel.de>
Date: 2018-03-02T00:25:46Z
Releases: 11.0
Minor clean-up in dshash.{c,h}.

For consistency with other code that deals in numbers of buckets, the
macro BUCKETS_PER_PARTITION should produce a value of type size_t.
Also, fix a mention of an obsolete proposed name for dshash.c that
appeared in a comment.

Author: Thomas Munro, based on an observation from Amit Kapila
Discussion: https://postgr.es/m/CAA4eK1%2BBOp5aaW3aHEkg5Bptf8Ga_BkBnmA-%3DXcAXShs0yCiYQ%40mail.gmail.com

Files

PathChange+/−
src/backend/lib/dshash.c modified +1 −1
src/include/lib/dshash.h modified +1 −1

Discussion