id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 2463,st_length on curve is on linearized geom,mjurce,pramsey,"Executing: select st_length(st_geomFromtext('CIRCULARSTRING(0 1000,707.1067812 707.1067812,1000 0)')); st_length ------------------ 1570.63862548611 Gives same result as: select st_length(st_curvetoline(st_geomFromtext('CIRCULARSTRING(0 1000,707.1067812 707.1067812,1000 0)'))); st_length ------------------ 1570.63862548611 The function should return the arc length and not the approximated linestring length. ",enhancement,closed,medium,PostGIS 2.1.1,postgis,2.0.x,fixed,,