- Notifications
You must be signed in to change notification settings - Fork5
Commit815a31c
committed
Fix wrong keysize in PrivateRefCountHash creation.
In4b4b680 I accidentally used sizeof(PrivateRefCountArray) instead ofsizeof(PrivateRefCountEntry) when creating the refcount overflowhashtable. As the former is bigger than the latter, this luckily onlyresulted in a slightly increased memory usage when many buffers arepinned in a backend.Reported-By: Takashi HorikawaDiscussion: 73FA3881462C614096F815F75628AFCD035A48C3@BPXM01GP.gisp.nec.co.jpBackpatch: 9.5, where thew new ref count infrastructure was introduced1 parent68d68ff commit815a31c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2103 | 2103 | | |
2104 | 2104 | | |
2105 | 2105 | | |
2106 | | - | |
| 2106 | + | |
2107 | 2107 | | |
2108 | 2108 | | |
2109 | 2109 | | |
| |||
0 commit comments
Comments
(0)