[postgis-devel] [PostGIS] #1970: copytopology regress on 9.2rc1 windows 32

PostGIS trac at osgeo.org
Wed Sep 5 06:04:41 PDT 2012


#1970: copytopology regress on 9.2rc1 windows 32
----------------------+-----------------------------------------------------
 Reporter:  robe      |       Owner:  strk         
     Type:  defect    |      Status:  new          
 Priority:  medium    |   Milestone:  PostGIS 2.1.0
Component:  topology  |     Version:  trunk        
 Keywords:            |  
----------------------+-----------------------------------------------------

Comment(by robe):

 strk -- I think this is probably an issue with all 9.2 that log_cnt is not
 returning what old versions did.  I found this:

 http://postgresql.1045698.n5.nabble.com/pgsql-Don-t-select-log-cnt-in-
 sequence-regression-tests-td4514085.html

 I wonder if we should do the same, change your SELECT * calls well at
 least for the

 {{{
 SELECT * from "CITY_data_UP_down".layer_id_seq;
 }}}

 to

 {{{
 SELECT sequence_name, last_value, start_value, increment_by, max_value,
 min_value, cache_value, is_cycled, is_called from
 "CITY_data_UP_down".layer_id_seq;
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1970#comment:2>
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-devel mailing list