[postgis-tickets] [PostGIS] #2740: postgis_full_version registering procs need upgrade on windows

PostGIS trac at osgeo.org
Fri May 16 21:12:06 PDT 2014


#2740: postgis_full_version registering procs need upgrade on windows
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  pramsey      
     Type:  defect   |      Status:  new          
 Priority:  medium   |   Milestone:  PostGIS 2.0.7
Component:  postgis  |     Version:  2.0.x        
 Keywords:           |  
---------------------+------------------------------------------------------
 This might be just a windows problem.  Testing 2.0.6


 {{{
 SELECT postgis_full_version();
 }}}

 Gives:

 {{{
 POSTGIS="2.0.6" GEOS="3.4.2-CAPI-1.8.2 r0" PROJ="Rel. 4.8.0, 6 March 2012"
 GDAL="GDAL 1.10.0, released 2013/04/24" LIBXML="2.7.8" LIBJSON="UNKNOWN"
 (core procs from "2.0.6" need upgrade) RASTER (raster procs from "2.0.6"
 need upgrade)
 }}}

 Problems seems to be that scripts installed and scripts released don't
 agree


 {{{
 SELECT postgis_scripts_installed(), postgis_scripts_released();

 postgis_scripts_installed | postgis_scripts_released
 --------------------------+--------------------------
 2.0.6                     | 2.0.6 r0
 }}}

 I still need to check 2.1

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2740>
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