postgresql/src/backend
David Rowley 705ec05653 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
2024-04-08 11:06:31 +12:00
..
access Use conditional variable to wait for next MultiXact offset 2024-04-07 20:33:45 +02:00
archive
backup Remove useless duplicate call of defGetBoolean(). 2024-04-07 17:08:06 -04:00
bootstrap
catalog
commands
executor
foreign
jit
lib
libpq Avoid needless large memcpys in libpq socket writing 2024-04-07 21:20:18 +12:00
main
nodes Transform OR clauses to ANY expression 2024-04-08 01:27:52 +03:00
optimizer Fix usage of same ListCell transform_or_to_any()'s in nested loops 2024-04-08 01:38:37 +03:00
parser
partitioning
po
port
postmaster
regex
replication Support retrieval of results in chunks with libpq. 2024-04-06 20:45:11 -04:00
rewrite
snowball
statistics
storage Fix if/while thinko in read_stream.c edge case. 2024-04-07 14:51:33 +12:00
tcop
tsearch
utils Fix incorrect KeeperBlock macro in bump.c 2024-04-08 11:06:31 +12:00
.gitignore
common.mk
Makefile
meson.build
nls.mk