Opened 23 months ago
Closed 23 months ago
#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 , 23 months ago
| Has patch: | set |
|---|
comment:2 by , 23 months ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:3 by , 23 months ago
| Triage Stage: | Accepted → Ready for checkin |
|---|
Note:
See TracTickets
for help on using tickets.
PR