forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit705ec05
committed
Fix incorrect KeeperBlock macro in bump.c
The macro was missing a MAXALIGN around the sizeof(BumpContext) whichwould cause problems detecting the keeper block on 32-bit systems thathave a MAXALIGN value of 8.Thank you to Andres Freund, Tomas Vondra and Tom Lane for investigatingand testing.Reported-by: Melanie Plageman, Tomas VondraDiscussion:https://postgr.es/m/CAAKRu_Y6dZjiJEZghgNZp0Gjar1JVq-CH7XGDqExDVHnPgDjuw@mail.gmail.comDiscussion:https://postgr.es/m/a4a10b89-6ba8-4abd-b449-019aafff04fc@enterprisedb.com1 parentbeabea6 commit705ec05
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
| 60 | + | |
| 61 | + | |
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
| |||
198 | 199 |
| |
199 | 200 |
| |
200 | 201 |
| |
201 |
| - | |
| 202 | + | |
202 | 203 |
| |
203 | 204 |
| |
204 | 205 |
| |
|
0 commit comments
Comments
(0)