Re: pgsql: Compress GIN posting lists, for smaller index size.

From: Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Compress GIN posting lists, for smaller index size.
Date: 2014-01-22 18:07:20
Message-ID: 52E008D8.6090601@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On 01/22/2014 07:58 PM, Tom Lane wrote:
> Fujii Masao <masao(dot)fujii(at)gmail(dot)com> writes:
>> On Thu, Jan 23, 2014 at 2:28 AM, Heikki Linnakangas
>> <heikki(dot)linnakangas(at)iki(dot)fi> wrote:
>>> Compress GIN posting lists, for smaller index size.
>
>> I failed to compile HEAD because, ISTM, of this patch.
>
> It looks like some but not all buildfarm members are seeing the same
> error. Perhaps a platform- or build-option-specific issue?

clang says I was using a C11 feature:

ginvacuum.c:34:3: warning: redefinition of typedef 'GinVacuumState' is a C11
feature [-Wtypedef-redefinition]
} GinVacuumState;
^
../../../../src/include/access/gin_private.h:715:31: note: previous
definition
is here
typedef struct GinVacuumState GinVacuumState;
^

Anyway, fixed now..

- Heikki

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-01-23 03:26:51 pgsql: Add date_trunc('', interval) documentation mention
Previous Message Tom Lane 2014-01-22 17:58:36 Re: pgsql: Compress GIN posting lists, for smaller index size.

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-01-22 18:29:53 Re: Storing pg_stat_statements query texts externally, pg_stat_statements in core
Previous Message Josh Berkus 2014-01-22 18:03:16 Re: proposal: hide application_name from other users