Opened 9 months ago

Closed 9 months ago

#34873 closed New feature (fixed)

Add support for GENERIC_PLAN option to QuerySet.explain() on PostgreSQL 16+.

Reported by: Mariusz Felisiak Owned by: Mariusz Felisiak
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

PostgreSQL 16 added support for the GENERIC_PLAN option to EXPLAIN, check out release notes.

Change History (4)

comment:1 by Mariusz Felisiak, 9 months ago

Triage Stage: AcceptedUnreviewed

I accidentally accepted my own ticket.

comment:2 by Nick Pope, 9 months ago

Haha. I'll accept for you. PR looks good pending green pipeline.

comment:3 by Nick Pope, 9 months ago

Triage Stage: UnreviewedAccepted

comment:4 by GitHub <noreply@…>, 9 months ago

Resolution: fixed
Status: assignedclosed

In f9e9526:

Fixed #34873 -- Added QuerySet.explain() support for GENERIC_PLAN option on PostgreSQL 16+.

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