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

Started by Andres Freundover 8 years ago1 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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: /messages/by-id/CAA4eK1+BOp5aaW3aHEkg5Bptf8Ga_BkBnmA-=XcAXShs0yCiYQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/17b340abf83d1b5f67808c45c63b9e0439569cef

Modified Files
--------------
src/backend/lib/dshash.c | 2 +-
src/include/lib/dshash.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)