Re: BUG #14158: PostgreSQL 9.6 bloom don't support unlogged table?

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: digoal(at)126(dot)com, PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #14158: PostgreSQL 9.6 bloom don't support unlogged table?
Date: 2016-05-25 16:02:03
Message-ID: CAB7nPqS+6gPp44CrhdnZqTM+4at=nfNenp-6spd_Yc2a=xZwOw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Wed, May 25, 2016 at 7:16 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> 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?

Yes, you already fixed that with abaffa90 yesterday.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2016-05-25 16:29:50 Re: BUG #14156: Password Autehentication
Previous Message David G. Johnston 2016-05-25 14:48:30 Re: Postgres Help - Reg