lsm3
lsm3 copied to clipboard
ERROR: relation "idx_top0" already exists
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]