aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogrecovery.c
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2022-08-29 23:20:25 +1200
committerDavid Rowley <drowley@postgresql.org>2022-08-29 23:20:25 +1200
commitdf0f4feef8de933be61ce3e73142c82c37b17fa4 (patch)
treec64dd3792e15d15d1be65f179a63f74ffc79c31d /src/backend/access/transam/xlogrecovery.c
parentc6a43c25a8ba1a825588f7af25a7173f2e66ce8d (diff)
downloadpostgresql-df0f4feef8de933be61ce3e73142c82c37b17fa4.tar.gz
postgresql-df0f4feef8de933be61ce3e73142c82c37b17fa4.zip
Add missing padding from MemoryChunk struct
Buildfarm animals skate, grison and mamba are Assert failing on the pointer being given to repalloc not being MAXALIGNED. c6e0fe1f2a made changes in that area. All of these animals are 32-bit with a MAXIMUM_ALIGNOF of 8 and a SIZEOF_VOID_P of 4. I suspect that the pointer is not properly aligned due to the lack of padding in the MemoryChunk struct. Here we add the same type of padding that was previously used in AllocChunkData and GenerationChunk that c6e0fe1f2a neglected to add. Discussion: https://postgr.es/m/CAA4eK1%2B1JyW5TiL%3DyV-3Uq1CrfnTyn0Xrk5uArt31Z%3D8rgPhXQ%40mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlogrecovery.c')
0 files changed, 0 insertions, 0 deletions