pgsql: Ensure sizeof(GenerationChunk) is maxaligned.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ensure sizeof(GenerationChunk) is maxaligned.
Date: 2017-11-23 22:02:19
Message-ID: E1eHzZb-0004WZ-Fe@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-11-23 22:04:36 Re: pgsql: Generational memory allocator
Previous Message Simon Riggs 2017-11-23 21:47:07 Re: pgsql: Generational memory allocator