Ticket #1729 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

tickets regression fails on 9.1, due to detailed error message

Reported by: strk Owned by: pramsey
Priority: medium Milestone: PostGIS 1.5.4
Component: postgis Version: 1.5.X
Keywords: Cc:

Description

*** tickets_expected    Wed Mar 28 10:24:51 2012
--- /tmp/pgis_reg_20133/test_49_out     Wed Mar 28 10:33:06 2012
***************
*** 91,95 ****
  #1595|SRID=32019;MULTILINESTRING((0 0,0 1))
  #1596.1|public.road_pg.roads_geom SRID:4326 TYPE:POINT DIMS:2 
  ERROR:  invalid SRID: 330000 not found in spatial_ref_sys
! PL/pgSQL function "updategeometrysrid" line 4 at SQL statement
  #1596.3|4326
--- 91,95 ----
  #1595|SRID=32019;MULTILINESTRING((0 0,0 1))
  #1596.1|public.road_pg.roads_geom SRID:4326 TYPE:POINT DIMS:2 
  ERROR:  invalid SRID: 330000 not found in spatial_ref_sys
! PL/pgSQL function "updategeometrysrid" line 5 at SQL statement
  #1596.3|4326

I guess we can drop that line printing using "terse" output.

Change History

Changed 14 months ago by strk

  • status changed from new to closed
  • resolution set to fixed

Fixed by r9565

Note: See TracTickets for help on using tickets.