postgrespro / lsm3

LSM tree implementation based on standard B-Tree
Other
29 stars 1 forks source link

ERROR: relation "idx_top0" already exists #2

Open digoal opened 4 years ago

digoal commented 4 years ago

HI, when i drop the lsm3 index and reindex it, will generate error like below:

postgres=# drop index idx;
DROP INDEX
postgres=# create index idx on t using lsm3(id) with (unique=true);
ERROR:  relation "idx_top0" already exists
knizhnik commented 4 years ago

Fixed in [7fefb79]