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

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: Compress GIN posting lists, for smaller index size.
Дата
Msg-id 52E00656.9040108@vmware.com
обсуждение исходный текст
Ответ на Re: pgsql: Compress GIN posting lists, for smaller index size.  (Fujii Masao <masao.fujii@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Fix declaration of GinVacuumState.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Compress GIN posting lists, for smaller index size.