forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit17b340a
committed
Minor clean-up in dshash.{c,h}.
For consistency with other code that deals in numbers of buckets, themacro BUCKETS_PER_PARTITION should produce a value of type size_t.Also, fix a mention of an obsolete proposed name for dshash.c thatappeared in a comment.Author: Thomas Munro, based on an observation from Amit KapilaDiscussion:https://postgr.es/m/CAA4eK1%2BBOp5aaW3aHEkg5Bptf8Ga_BkBnmA-%3DXcAXShs0yCiYQ%40mail.gmail.com1 parent07c6e51 commit17b340a
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
|
0 commit comments
Comments
(0)