Open digoal opened 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
Fixed in [7fefb79]
HI, when i drop the lsm3 index and reindex it, will generate error like below: