Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#28990 closed New feature (fixed)

Add autosummarize parameter to BrinIndex

Reported by: Nick Pope Owned by: Nick Pope
Component: contrib.postgres Version: dev
Severity: Normal Keywords: brin, autosummarize, index, postgres, db-indexes
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

Add support for the autosummarize parameter to BrinIndex that was added in PostgreSQL 10.

PR

Change History (4)

comment:1 by Tim Graham, 6 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Carlton Gibson, 6 years ago

Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In d6381d35:

Fixed #28990 -- Added autosummarize parameter to BrinIndex.

comment:4 by Tim Graham <timograham@…>, 6 years ago

In ff9543b:

Refs #25809, #28990 -- Added PostgreSQL version check for BrinIndex support.

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