Re: pgsql: Compress GIN posting lists, for smaller index size. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject Re: pgsql: Compress GIN posting lists, for smaller index size.
Date
Msg-id 52E00656.9040108@vmware.com
Whole thread Raw
In response to Re: pgsql: Compress GIN posting lists, for smaller index size.  (Fujii Masao <masao.fujii@gmail.com>)
List pgsql-committers
On 01/22/2014 07:44 PM, Fujii Masao wrote:
> ginvacuum.c:34: error: redefinition of typedef 'GinVacuumState'
> ../../../../src/include/access/gin_private.h:715: error: previous
> declaration of 'GinVacuumState' was here
> make[4]: *** [ginvacuum.o] Error 1
> make[3]: *** [gin-recursive] Error 2
> make[2]: *** [access-recursive] Error 2
> make[2]: *** Waiting for unfinished jobs....

Hmm, my compiler (gcc 4.8) was happy with that, but that seems to be in
the minority. Fixed, thanks!

- Heikki


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix declaration of GinVacuumState.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Compress GIN posting lists, for smaller index size.