Re: [PATCH] Use MAP_HUGETLB where supported (v3) - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: [PATCH] Use MAP_HUGETLB where supported (v3)
Date
Msg-id CAMkU=1zrMo3GJU_i3fHauf1S8Fj1pGHmEuDyBpTa5fh9PTtnwQ@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Use MAP_HUGETLB where supported (v3)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Responses Re: [PATCH] Use MAP_HUGETLB where supported (v3)  (Christian Kruse <christian@2ndquadrant.com>)
List pgsql-hackers
On Wed, Jan 29, 2014 at 4:12 AM, Heikki Linnakangas <hlinnakangas@vmware.com> wrote:
On 01/28/2014 06:11 PM, Christian Kruse wrote:
Hi,

attached you will find a new version of the patch, ported to HEAD,
fixed the mentioned bug and - hopefully - dealing the the remaining
issues.

Thanks, I have committed this now.

I'm getting this warning now with gcc (GCC) 4.4.7:

pg_shmem.c: In function 'PGSharedMemoryCreate':
pg_shmem.c:332: warning: 'allocsize' may be used uninitialized in this function
pg_shmem.c:332: note: 'allocsize' was declared here


Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: jsonb and nested hstore
Next
From: Simon Riggs
Date:
Subject: Re: proposal: hide application_name from other users