[postgis-tickets] [PostGIS] #3952: ST_Transform fails in parallel mode

PostGIS trac at osgeo.org
Wed Jan 10 08:31:31 PST 2018


#3952: ST_Transform fails in parallel mode
----------------------+---------------------------
  Reporter:  pramsey  |      Owner:  pramsey
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:  PostGIS 2.4.3
 Component:  postgis  |    Version:  2.4.x
Resolution:           |   Keywords:
----------------------+---------------------------

Comment (by pramsey):

 OK, so the problem has nothing to do w/ ST_Transform, and the fix in
 r16248 is still worth applying "on the merits", since, per the pgsql
 documentation, marking the SPI routine as read_only has the effect of
 rendering functions "truly stable", so we can also mark st_transform as
 stable and feel good about it.

 I can crash our carto branch of pgsql just be forcing it into a parallel
 "create table as", so the problem has nothing to do w/ postgis and is
 contained in our own hackery.

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