forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit94884e1
committed
Make slab allocator work on platforms with MAXIMUM_ALIGNOF < sizeof(int).
Notably, m68k only needs 2-byte alignment. Per report from Christoph Berg.Discussion:https://www.postgresql.org/message-id/20170517193957.fwntkgi6epuso5l2@msg.df7cb.de1 parent3ec76ff commit94884e1
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
198 |
| - | |
199 |
| - | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
|
0 commit comments
Comments
(0)