Opened 6 years ago

Closed 5 years ago

Last modified 5 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 Changed 6 years ago by Tim Graham

Triage Stage: UnreviewedAccepted

comment:2 Changed 5 years ago by Carlton Gibson

Triage Stage: AcceptedReady for checkin

comment:3 Changed 5 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: assignedclosed

In d6381d35:

Fixed #28990 -- Added autosummarize parameter to BrinIndex.

comment:4 Changed 5 years ago by Tim Graham <timograham@…>

In ff9543b:

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

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