Opened 12 years ago

Closed 12 years ago

#1729 closed defect (fixed)

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 (1)

comment:1 by strk, 12 years ago

Resolution: fixed
Status: newclosed

Fixed by r9565

Note: See TracTickets for help on using tickets.