Re: BUG #14155: bloom index error with unlogged table - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14155: bloom index error with unlogged table
Date
Msg-id 22311.1464134907@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14155: bloom index error with unlogged table  (digoal@126.com)
Responses Re: BUG #14155: bloom index error with unlogged table
List pgsql-bugs
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!

            regards, tom lane

pgsql-bugs by date:

Previous
From: digoal@126.com
Date:
Subject: BUG #14155: bloom index error with unlogged table
Next
From: Michael Paquier
Date:
Subject: Re: BUG #14155: bloom index error with unlogged table