[PostGIS] #5954: Woodie fails regress due to unexpected regexp_replace outcome

PostGIS trac at osgeo.org
Fri Jul 25 02:26:26 PDT 2025


#5954: Woodie fails regress due to unexpected regexp_replace outcome
---------------------------+---------------------------
  Reporter:  strk          |      Owner:  robe
      Type:  defect        |     Status:  new
  Priority:  medium        |  Milestone:  PostGIS 3.5.4
 Component:  QA/buildbots  |    Version:  3.5.x
Resolution:                |   Keywords:
---------------------------+---------------------------
Description changed by strk:

Old description:

> See https://woodie.osgeo.org/repos/30/pipeline/3340/9#L1258
>
> {{{
> -ERROR:  Corrupted topology (see #5946)
> +ERROR:  Corrupted topolog (see #5946)
> }}}
>
> The testcase is expected to hide detail about corruption:
>
> >  RAISE EXCEPTION '%', regexp_replace(SQLERRM, '([^:]): .*', '\1 (see
> #5946)');
>
> There seem to be a weird character in place of the `y`

New description:

 See https://woodie.osgeo.org/repos/30/pipeline/3340/9#L1258

 {{{
 -ERROR:  Corrupted topology (see #5946)
 +ERROR:  Corrupted topolog (see #5946)
 }}}

 The testcase is expected to hide detail about corruption:

 ```RAISE EXCEPTION '%', regexp_replace(SQLERRM, '([^:]): .*', '\1 (see
 #5946)');```

 There seem to be a weird character in place of the `y`

--
-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5954#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-tickets mailing list