[postgis-tickets] [PostGIS] #4684: concurrent topology construction routine may result in invalid topology

PostGIS trac at osgeo.org
Wed Jul 28 05:06:19 PDT 2021


#4684: concurrent topology construction routine may result in invalid topology
-----------------------+---------------------------
  Reporter:  laopsahl  |      Owner:  strk
      Type:  defect    |     Status:  new
  Priority:  medium    |  Milestone:  PostGIS 3.0.4
 Component:  topology  |    Version:  3.0.x
Resolution:            |   Keywords:
-----------------------+---------------------------

Comment (by strk):

 One thing to consider would be to expose an explicit topology locking
 routine, so that users who know they are going to perform multiple edits
 in a single transaction could obtain the lock once, rather than relying on
 internal locking, which would need to be checked once for each and every
 single edit (consider adding a single line may trigger multiple inserts
 and updates)

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