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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: digoal(at)126(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14155: bloom index error with unlogged table
Date: 2016-05-25 00:08:27
Message-ID: 22311.1464134907@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

digoal(at)126(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2016-05-25 00:27:04 Re: [BUGS] BUG #14155: bloom index error with unlogged table
Previous Message digoal 2016-05-24 14:41:46 BUG #14155: bloom index error with unlogged table

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-05-25 00:19:20 Re: new tests post-feature freeze (was pgsql: Add TAP tests for pg_dump)
Previous Message Andreas Seltenreich 2016-05-24 23:40:49 Re: [sqlsmith] PANIC: failed to add BRIN tuple