From: | Heikki Linnakangas <hlinnakangas(at)vmware(dot)com> |
---|---|
To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
Cc: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>, pgsql-committers(at)postgresql(dot)org |
Subject: | Re: pgsql: Compress GIN posting lists, for smaller index size. |
Date: | 2014-01-22 17:56:38 |
Message-ID: | 52E00656.9040108@vmware.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-01-22 17:58:36 | Re: pgsql: Compress GIN posting lists, for smaller index size. |
Previous Message | Heikki Linnakangas | 2014-01-22 17:55:50 | pgsql: Fix declaration of GinVacuumState. |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2014-01-22 17:58:36 | Re: pgsql: Compress GIN posting lists, for smaller index size. |
Previous Message | Fujii Masao | 2014-01-22 17:54:28 | Re: WAL replay should fdatasync() segments? |