Re: BUG #14158: PostgreSQL 9.6 bloom don't support 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 #14158: PostgreSQL 9.6 bloom don't support unlogged table?
Date: 2016-05-25 14:16:17
Message-ID: 24747.1464185777@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

digoal(at)126(dot)com writes:
> master=# create unlogged table tbl12(id int);
> CREATE TABLE
> master=# \set VERBOSITY verbose
> master=# create index idx1 on tbl12 using bloom (id);
> ERROR: XX000: index "idx1" already contains data
> LOCATION: blbuildempty, blinsert.c:164

Isn't this a duplicate of bug #14155?

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2016-05-25 14:48:30 Re: Postgres Help - Reg
Previous Message Tom Lane 2016-05-25 14:02:13 Re: [BUGS] BUG #14155: bloom index error with unlogged table