[postgis-tickets] [PostGIS] #4129: Cannot update SecondarySnapshot during a parallel operation

PostGIS trac at osgeo.org
Thu Jul 19 01:39:36 PDT 2018


#4129: Cannot update SecondarySnapshot during a parallel operation
---------------------+----------------------------------------
  Reporter:  davidp  |      Owner:  Bborie Park
      Type:  defect  |     Status:  new
  Priority:  high    |  Milestone:  PostGIS 2.4.5
 Component:  raster  |    Version:  2.4.x
Resolution:          |   Keywords:  SecondarySnapshot parallel
---------------------+----------------------------------------

Comment (by davidp):

 Replying to [comment:1 Algunenano]:

 > This means that, by default rules, it's parallel unsafe, which makes
 anyone using it also unsafe. Now, I don't know if the parallelism
 declaration is missing or it really is unsafe, but that's where I would
 start looking into.

 I didn't thing so... PARALLEL UNSAFE apply only downstream (by my
 observations). So, function marked as parallel safe is executed in
 parallel mode, even if internally calls parallel unsafe function.
 Contrary, parallel unsafe function never executes in parallel mode, no
 matter how internally called functions are labeled.

 And one correction to my original post... function default is PARALLEL
 UNSAFE, not RESTRICTED. Sorry, my fault.

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4129#comment:2>
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