[postgis-tickets] [PostGIS] #4315: PG12: Optimize FunctionCall parameter size in rtpg_mapalgebra.c

PostGIS trac at osgeo.org
Thu Jan 31 07:57:54 PST 2019


#4315: PG12: Optimize FunctionCall parameter size in rtpg_mapalgebra.c
-------------------------+-----------------------------
 Reporter:  Algunenano   |      Owner:  Bborie Park
     Type:  enhancement  |     Status:  new
 Priority:  low          |  Milestone:  PostGIS Fund Me
Component:  raster       |    Version:  trunk
 Keywords:               |
-------------------------+-----------------------------
 In #4313 we adapted the code to support PostgreSQL 12's new way of
 handling FunctionCallInfoData parameters. It went for always allocating
 space for `FUNC_MAX_ARGS` to an on-demand request.

 The initial approach taken was to keep the old behaviour and request space
 for FUNC_MAX_ARGS parameters, but that can be optimized and request memory
 only for the amount of parameters used per function (typically 2-4).

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4315>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list