aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2025-01-02 22:04:09 +1300
committerDavid Rowley <drowley@postgresql.org>2025-01-02 22:04:09 +1300
commitd93bb8163c9cdbaa922ce6b1f3d044fc589d0fa6 (patch)
treef5f928256048f76dbef281deb2fe06bbe4300a91 /doc/src
parent11012c503759f8018d8831bc6eb1f998eba7ad25 (diff)
downloadpostgresql-d93bb8163c9cdbaa922ce6b1f3d044fc589d0fa6.tar.gz
postgresql-d93bb8163c9cdbaa922ce6b1f3d044fc589d0fa6.zip
Fix outdated CHUNKHDRSZ value in nodeAgg.c
CHUNKHDRSZ was defined as 16 bytes, which was true when that code went in, but since c6e0fe1f2, 8 is a more accurate value. Here we adjust it to use sizeof(MemoryChunk), which is normally 8, or 16 for cassert builds. c6e0fe1f2 first appeared in v16, so this is technically wrong in v16 up to master, but let's apply this only to master as adjusting this does influence the estimated number of batches in the aggregate costing code and we don't want to cause plan instability in released versions. Reviewed-by: Tom Lane Discussion: https://postgr.es/m/CAApHDvpMpRQvsTqZo3FinXkgytwxwF8sCyZm83xDj-1s_hLe+w@mail.gmail.com
Diffstat (limited to 'doc/src')
0 files changed, 0 insertions, 0 deletions