Re: Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size.
Date
Msg-id 12021.1390514665@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: [COMMITTERS] pgsql: Compress GIN posting lists, for smaller index size.  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
Heikki Linnakangas <hlinnakangas@vmware.com> writes:
> On 01/23/2014 10:37 PM, Tom Lane wrote:
>> The problem appears to be due to the misaligned "plist" pointer
>> (0xc39efac1 here).

> Ah, thanks! Looks like I removed a SHORTALIGN from ginFormTuple that was 
> in fact very much necessary.. Fixed now, let's see if that pacifies the 
> sparcs.

My HPPA box is happy again, anyway.  Thanks.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [bug fix] pg_ctl always uses the same event source
Next
From: Magnus Hagander
Date:
Subject: Re: Why do we let autovacuum give up?