Opened 4 years ago

Closed 4 years ago

#4578 closed enhancement (fixed)

Add parallellism and cost properties to brin functions

Reported by: Algunenano Owned by: Algunenano
Priority: medium Milestone: PostGIS 3.1.0
Component: postgis Version: master
Keywords: Cc:

Description

Functions in postgis_brin.sql.in don't declare their PARALLEL status or their COST (so SQL functions default to 100).

I intend to add it after #4577 is merged as it will get rid of parallel macros.

Change History (1)

comment:1 by Raúl Marín <git@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 5fb9aa6/git:

Add parallellism and cost properties to brin functions

Closes #4578

Note: See TracTickets for help on using tickets.