Re: [HACKERS] PATCH: two slab-like memory allocators - Mailing list pgsql-hackers

From David Rowley
Subject Re: [HACKERS] PATCH: two slab-like memory allocators
Date
Msg-id CAKJS1f_WrsaKb4h=LrtLHosY0KYyQeP+KY9YYw1Ky0XrsFpkBQ@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] PATCH: two slab-like memory allocators  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 28 February 2017 at 01:02, Andres Freund <andres@anarazel.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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] Skip all-visible pages during second HeapScan of CIC
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Parallel seq. plan is not coming against inheritance orpartition table