Re: PATCH: two slab-like memory allocators

From: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Tomas Vondra <tomas(dot)vondra(at)2ndquadrant(dot)com>, Petr Jelinek <petr(dot)jelinek(at)2ndquadrant(dot)com>, Petr Jelinek <petr(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, John Gorman <johngorman2(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PATCH: two slab-like memory allocators
Date: 2017-03-08 02:19:34
Message-ID: CAKJS1f_WrsaKb4h=LrtLHosY0KYyQeP+KY9YYw1Ky0XrsFpkBQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 28 February 2017 at 01:02, Andres Freund <andres(at)anarazel(dot)de> wrote:
> Hi,
>
> On 2017-02-27 03:17:32 -0800, Andres Freund wrote:
>> I'll work on getting slab committed first, and then review / edit /
>> commit generation.c later. One first note there is that I'm wondering
>> if generation.c is a too generic filename.
>
> And pushed slab and its usage. Will have a look at generation.c
> tomorrow.

Attached is a patch to fix the compiler warning for compilers that
don't understand elog(ERROR) does not return.

--
David Rowley http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
slaballoc_warning_fix.patch application/octet-stream 390 bytes

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2017-03-08 02:24:33 Re: Parallel seq. plan is not coming against inheritance or partition table
Previous Message Andres Freund 2017-03-08 02:12:11 Re: Skip all-visible pages during second HeapScan of CIC