[postgis-tickets] [PostGIS] #3382: Avoid deserializing small geometries during index operations
PostGIS
trac at osgeo.org
Thu Dec 3 12:22:56 PST 2015
#3382: Avoid deserializing small geometries during index operations
--------------------------+---------------------------
Reporter: dbaston | Owner: pramsey
Type: enhancement | Status: new
Priority: high | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords:
--------------------------+---------------------------
Comment (by strk):
You can avoid a merge by rebasing your changes on top of trunk:
git rebase github/svn-trunk
Then you'll have to force-push to the branch associated
with your PR (not sure what it is)
git push -f # assuming it'll push to the appropriate branch
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3382#comment:4>
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