Closed Krysztophe closed 8 months ago
pgcluu detected these indexes as redundant:
CREATE INDEX gist_idx_aide_code ON public.aide USING gist (code public.gist_trgm_ops) CREATE UNIQUE INDEX aide_code_key ON public.aide USING btree (code)
If one is a gist, the other one a btree, I suppose that they are NOT redundant.
Commit f7f1e9e fix that.
Merci !
pgcluu detected these indexes as redundant:
If one is a gist, the other one a btree, I suppose that they are NOT redundant.