forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5a15bde
committed
Remove unused BumpBlockIsValid macro
The bump allocator was recently added in29f6a95. Our otherallocators have a similar macro to this, but seemingly the version ofthe macro for those allocators is only used in places where the chunkheader is decoded. Since the bump allocator has no chunk header, noneof those functions exist for bump therefore macro is unused. Remove it.Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/5f724fb2-96e1-4f36-b65b-47b337ad432e@eisentraut.org1 parentc99ef18 commit5a15bde
1 file changed
+0
-7
lines changedLines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
104 |
| - | |
105 |
| - | |
106 |
| - | |
107 |
| - | |
108 |
| - | |
109 |
| - | |
110 | 103 |
| |
111 | 104 |
| |
112 | 105 |
| |
|
0 commit comments
Comments
(0)