#35075 closed New feature (fixed)

Add support for deduplicate_items option to BTreeIndex for PostgreSQL 13+.

Reported by: Nick Pope Owned by: Nick Pope
Component: contrib.postgres Version: dev
Severity: Normal Keywords: postgresql, indexes, btree, deduplication
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Expose the deduplicate_items option to allow disabling deduplication when needed.

See https://www.postgresql.org/docs/16/btree-implementation.html#BTREE-DEDUPLICATION

Change History (4)

comment:1 by Nick Pope, 11 months ago

Has patch: set

comment:2 by Mariusz Felisiak, 11 months ago

Triage Stage: UnreviewedAccepted

comment:3 by Mariusz Felisiak, 11 months ago

Triage Stage: AcceptedReady for checkin

comment:4 by Mariusz Felisiak <felisiak.mariusz@…>, 11 months ago

Resolution: fixed
Status: assignedclosed

In 45f778e:

Fixed #35075 -- Added deduplicate_items parameter to BTreeIndex.

Note: See TracTickets for help on using tickets.
Back to Top