[postgis-tickets] [PostGIS] #2239: regress failure on postgresql 9.0 on windows

PostGIS trac at osgeo.org
Wed Mar 20 20:26:30 PDT 2013


#2239: regress failure on postgresql 9.0 on windows
---------------------+------------------------------------------------------
 Reporter:  robe     |       Owner:  strk         
     Type:  defect   |      Status:  new          
 Priority:  blocker  |   Milestone:  PostGIS 2.1.0
Component:  postgis  |     Version:  trunk        
 Keywords:  windows  |  
---------------------+------------------------------------------------------
Changes (by robe):

  * priority:  critical => blocker


Comment:

 Well anyway clearing that folder doesn't help.  I'll test locally in a
 bit, but it seems somehow your change screwed up (at least on mingw64)
 ability for it to differentiate between PostgreSQL 9.0 and above, because
 the install failure is happening because ORDER BY support is only valid
 for PostgreSQL 9.1+ since it relies on KNN logic introduced in 9.1 but its
 being left in for 9.0.


 {{{
   OPERATOR        13       <-> FOR ORDER BY pg_catalog.float_...
 }}}


 Personally.  I DON'T like this change you made on postgis.sql.in.c and
 other files that require c preprocessing.

 Those files have C defines in it and to me they should have a .c extension
 to distinguish them from other .sql.in files that say go thru your perl
 preprocessor.

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