Re: pgsql: Generational memory allocator - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Generational memory allocator
Date
Msg-id 11036.1511733971@sss.pgh.pa.us
Whole thread Raw
In response to Re: pgsql: Generational memory allocator  (Simon Riggs <simon@2ndquadrant.com>)
Responses Re: pgsql: Generational memory allocator  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-committers
Simon Riggs <simon@2ndquadrant.com> writes:
> On 27 November 2017 at 06:42, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> Sold, will make it so.

> So you will like this next patch also, since there is related code
> above that stanza.

Looks reasonable to me, but I wonder whether BLCKSZ is a good initial
setting.  Since the data length is only uint16, we're apparently assuming
that the contents must be small.
        regards, tom lane


pgsql-committers by date:

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