Opened 7 years ago

Closed 7 years ago

Last modified 6 years ago

#27869 closed New feature (fixed)

Add fastupdate and gin_pending_list_limit parameters to GinIndex

Reported by: Mads Jensen Owned by: Tim Graham <timograham@…>
Component: contrib.postgres Version: dev
Severity: Normal Keywords:
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 (last modified by Tim Graham)

GinIndex could supports a couple of additional parameters.

PR

Change History (7)

comment:1 by Tim Graham, 7 years ago

Description: modified (diff)
Summary: PostgreSQL GinIndex parametersAdd fastupdate and gin_pending_list_limit parameters to GinIndex
Triage Stage: UnreviewedAccepted

comment:2 by Tim Graham, 7 years ago

Patch needs improvement: set

comment:3 by Mads Jensen, 7 years ago

Patch needs improvement: unset

comment:4 by Tim Graham, 7 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Tim Graham <timograham@…>, 7 years ago

Owner: set to Tim Graham <timograham@…>
Resolution: fixed
Status: newclosed

In de42adf4:

Fixed #27869 -- Added fastupdate and gin_pending_list_limit params to GinIndex.

Thanks Tim Graham and Markus Holtermann for review.

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

In e016c4c6:

Refs #27869 -- Omitted field kwargs from GinIndex.deconstruct() if they're None.

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

In 743d28f:

Refs #27869 -- Added PostgreSQL version check for GinIndex support.

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