diff options
author | David Rowley <drowley@postgresql.org> | 2024-04-08 11:06:31 +1200 |
---|---|---|
committer | David Rowley <drowley@postgresql.org> | 2024-04-08 11:06:31 +1200 |
commit | 705ec0565371033082e7b1c278afcb42aa5a7421 (patch) | |
tree | 5be068a9d07b2df403ae138e32e2123b5340ca92 /src/tutorial/basics.source | |
parent | beabea6c2063e583628c59d03102dba996975b4a (diff) | |
download | postgresql-705ec0565371033082e7b1c278afcb42aa5a7421.tar.gz postgresql-705ec0565371033082e7b1c278afcb42aa5a7421.zip |
Fix incorrect KeeperBlock macro in bump.c
The macro was missing a MAXALIGN around the sizeof(BumpContext) which
would cause problems detecting the keeper block on 32-bit systems that
have a MAXALIGN value of 8.
Thank you to Andres Freund, Tomas Vondra and Tom Lane for investigating
and testing.
Reported-by: Melanie Plageman, Tomas Vondra
Discussion: https://postgr.es/m/CAAKRu_Y6dZjiJEZghgNZp0Gjar1JVq-CH7XGDqExDVHnPgDjuw@mail.gmail.com
Discussion: https://postgr.es/m/a4a10b89-6ba8-4abd-b449-019aafff04fc@enterprisedb.com
Diffstat (limited to 'src/tutorial/basics.source')
0 files changed, 0 insertions, 0 deletions