[postgis-tickets] [PostGIS] #3382: Avoid deserializing small geometries during index operations

PostGIS trac at osgeo.org
Mon Dec 7 01:39:21 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 robe):

 I had to rebase my repo for another project working on and found this
 article.

 https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request

 In my case it was fairly simple since i just wanted to synch after my pull
 request was accepted.  Seems you are missing a get remote line

 So my command looked like


 {{{
 git remote add somename_base https://github/the_master_url
 git fetch somename_base
 git rebase somename_base/svn-trunk
 git push
 }}}

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