Re: BUG #14155: bloom index error with unlogged table

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #14155: bloom index error with unlogged table
Дата
Msg-id CAB7nPqR2CVyxLHc5um64vudg6Ncj=r3XdbKz4vsZR_61+A=sDA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BUG #14155: bloom index error with unlogged table  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: BUG #14155: bloom index error with unlogged table  (Michael Paquier <michael.paquier@gmail.com>)
Re: BUG #14155: bloom index error with unlogged table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
On Tue, May 24, 2016 at 5:08 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> digoal@126.com writes:
>> postgres=# create unlogged table u_tbl (id int);
>> CREATE TABLE
>> postgres=# create index idx_u_tbl on u_tbl using bloom (id);
>> ERROR:  index "idx_u_tbl" already contains data
>
> Yeah, it looks like nobody ever tested bloom's unlogged-index support;
> it doesn't work or even come very close to working.  Will fix, thanks
> for the report!

To be honest, I began hacking around that to address the issue, though
I don't have yet something to post... So I guess that there is nothing
I need to do? Or do you need a patch?
--
Michael

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #14155: bloom index error with unlogged table
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #14155: bloom index error with unlogged table