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

From Petr Jelinek
Subject Re: [HACKERS] PATCH: two slab-like memory allocators
Date
Msg-id 04add4c6-c33e-359c-f244-e68f2a1bd488@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] PATCH: two slab-like memory allocators  (Andres Freund <andres@anarazel.de>)
Responses Re: [HACKERS] PATCH: two slab-like memory allocators  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 27/02/17 18:00, Andres Freund wrote:
> 
>> FWIW I think the ppc64 machines are failing because of unrelated issue
>> (changes to integer timestamps). We should probably look at 32bit machines
>> first.
> 
> Don't think so - termite is ppc64 afaics, and the failure doesn't look
> integer timestamp related (assert failure is clearly about this, and set
> of changed commits *only* include slab related commits).
> 

termite is ppc64 but with 4 byte pointer size according to configure so
it might be related to that perhaps?

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



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [HACKERS] PATCH: two slab-like memory allocators
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] PATCH: two slab-like memory allocators