Opened 5 years ago
Closed 5 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.
Note:
See TracTickets
for help on using tickets.
In 5fb9aa6/git: