Opened 21 months ago

Closed 21 months ago

Last modified 21 months ago

#5227 closed defect (fixed)

typo in error message line_locate_point: 2st arg isn't a point

Reported by: robe Owned by: pramsey
Priority: low Milestone: PostGIS 3.2.4
Component: postgis Version: 3.2.x
Keywords: Cc:

Description

When I do this:

SELECT ST_LineLocatePoint('LINESTRING(1 1, 2 2)'::geometry, 'LINESTRING(2 2, 3 3)'::geometry);

I get error:

ERROR:  line_locate_point: 2st arg isn't a point

Note if the first isn't a line, you get this which is okay

ERROR:  line_locate_point: 1st arg isn't a line
SQL state: XX000

Change History (5)

comment:1 by Sandro Santilli <strk@…>, 21 months ago

Resolution: fixed
Status: newclosed

In ef49342/git:

Typo: 2st → 2nd

Closes #5227

comment:2 by Sandro Santilli <strk@…>, 21 months ago

In 87ceee0/git:

Typo: 2st → 2nd

Closes #5227

comment:3 by Sandro Santilli <strk@…>, 21 months ago

In 4f16e93/git:

Typo: 2st → 2nd

Closes #5227

comment:4 by Sandro Santilli <strk@…>, 21 months ago

In 3a12995/git:

Typo: 2st → 2nd

Closes #5227

comment:5 by Sandro Santilli <strk@…>, 21 months ago

In cc01f728/git:

Typo: 2st → 2nd

Closes #5227

Note: See TracTickets for help on using tickets.