pgsql: Ensure sizeof(GenerationChunk) is maxaligned. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Ensure sizeof(GenerationChunk) is maxaligned.
Date
Msg-id E1eHzZb-0004WZ-Fe@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Ensure sizeof(GenerationChunk) is maxaligned.

Per buildfarm.

Also improve some comments.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/07bd77b95a7846de2b193d1574951436d5783800

Modified Files
--------------
src/backend/utils/mmgr/generation.c | 41 ++++++++++++++++++++++---------------
1 file changed, 24 insertions(+), 17 deletions(-)


pgsql-committers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgsql: Generational memory allocator
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Generational memory allocator